Table of Contents

Delegate AutomationEntryPointDelegates.OnDomInstanceCrud

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Delegate type for DOM instance CRUD.

public delegate void AutomationEntryPointDelegates.OnDomInstanceCrud(IEngine engine, ValueType domInstanceId, CrudType crudType)

Parameters

engine IEngine

The IEngine instance.

domInstanceId ValueType

The DOM instance ID.

crudType CrudType

the CRUD type.

Extension Methods