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