Delegate AutomationEntryPointDelegates.OnNodeRecoveryLocalStateChange
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Node Recovery local state change delegate type.
public delegate LocalStateChangeOutput AutomationEntryPointDelegates.OnNodeRecoveryLocalStateChange(IEngine engine, LocalStateChangeInput input)
Parameters
engineIEngineThe IEngine instance.
inputLocalStateChangeInputInformation about the currently observed node states and on what changed.
Returns
- LocalStateChangeOutput
A LocalStateChangeOutput instance.
- Extension Methods