DataConnection.OnUpdate(IRuleSetExecutor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool OnUpdate(Microsoft::RuleEngine::IRuleSetExecutor ^ executor);
public bool OnUpdate (Microsoft.RuleEngine.IRuleSetExecutor executor);
abstract member OnUpdate : Microsoft.RuleEngine.IRuleSetExecutor -> bool
override this.OnUpdate : Microsoft.RuleEngine.IRuleSetExecutor -> bool
Public Function OnUpdate (executor As IRuleSetExecutor) As Boolean
Parameters
- executor
- IRuleSetExecutor
Returns
Implements
Microsoft.RuleEngine.ITypedFact.OnUpdate(Microsoft.RuleEngine.IRuleSetExecutor)
Microsoft.RuleEngine.ITypedFact.OnUpdate(Microsoft.RuleEngine.IRuleSetExecutor)