Table of Contents

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

engine IEngine

The IEngine instance.

input GlobalStateChangeInput

Information about the currently observed global node states and on what changed.

Returns

GlobalStateChangeOutput

A GlobalStateChangeOutput instance.

Extension Methods