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
IEngineThe IEngine instance.
oldState
SRMServiceStateThe old service state.
newState
SRMServiceStateThe new service state.
- Extension Methods