Share via


TypedDataRow.OnRetract(IRuleSetExecutor) Method

Definition

public:
 virtual bool OnRetract(Microsoft::RuleEngine::IRuleSetExecutor ^ executor);
public virtual bool OnRetract (Microsoft.RuleEngine.IRuleSetExecutor executor);
abstract member OnRetract : Microsoft.RuleEngine.IRuleSetExecutor -> bool
override this.OnRetract : Microsoft.RuleEngine.IRuleSetExecutor -> bool
Public Overridable Function OnRetract (executor As IRuleSetExecutor) As Boolean

Parameters

executor
IRuleSetExecutor

Returns

Implements

Microsoft.RuleEngine.ITypedFact.OnRetract(Microsoft.RuleEngine.IRuleSetExecutor) Microsoft.RuleEngine.ITypedFact.OnRetract(Microsoft.RuleEngine.IRuleSetExecutor)

Applies to