Table of Contents

Delegate AutomationEntryPointDelegates.SRMServiceInfoStateChanges

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Encapsulates a method that will be used as the Automation entry point method with SRM service info state changes.

public delegate void AutomationEntryPointDelegates.SRMServiceInfoStateChanges(IEngine engine, SRMServiceState oldState, SRMServiceState newState)

Parameters

engine IEngine

The IEngine instance.

oldState SRMServiceState

The old service state.

newState SRMServiceState

The new service state.

Extension Methods