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
IEngineThe IEngine instance.
domInstanceId
ValueTypeThe DOM instance ID.
crudType
CrudTypethe CRUD type.
- Extension Methods