共用方式為


IRuleSetExecutor.RetractByType 方法

定義

多載

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)

參數

facts
FactType

適用於

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())

參數

facts
FactType[]

適用於