TypedDataRow.OnRetract(IRuleSetExecutor) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- executor
- IRuleSetExecutor
Restituisce
Implementazioni
Microsoft.RuleEngine.ITypedFact.OnRetract(Microsoft.RuleEngine.IRuleSetExecutor)
Microsoft.RuleEngine.ITypedFact.OnRetract(Microsoft.RuleEngine.IRuleSetExecutor)