Share via


IRuleSetExecutor.RetractByType Method

Definition

Overloads

RetractByType(FactType)
RetractByType(FactType[])

RetractByType(FactType)

public:
 void RetractByType(Microsoft::RuleEngine::FactType ^ facts);
public void RetractByType (Microsoft.RuleEngine.FactType facts);
abstract member RetractByType : Microsoft.RuleEngine.FactType -> unit
Public Sub RetractByType (facts As FactType)

Parameters

facts
FactType

Applies to

RetractByType(FactType[])

public:
 void RetractByType(cli::array <Microsoft::RuleEngine::FactType ^> ^ facts);
public void RetractByType (Microsoft.RuleEngine.FactType[] facts);
abstract member RetractByType : Microsoft.RuleEngine.FactType[] -> unit
Public Sub RetractByType (facts As FactType())

Parameters

facts
FactType[]

Applies to