Table of Contents

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

engine IEngine

The IEngine instance.

input LocalStateChangeInput

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

Returns

LocalStateChangeOutput

A LocalStateChangeOutput instance.

Extension Methods