Table of Contents

Delegate AutomationEntryPointDelegates.OnTicketCrud

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Ticket CRUD delegate type.

public delegate void AutomationEntryPointDelegates.OnTicketCrud(IEngine engine, TicketID ticketId, CrudType crudType)

Parameters

engine IEngine

The IEngine instance.

ticketId TicketID

The ticket ID.

crudType CrudType

The CRUD type.

Extension Methods