Table of Contents

Delegate AutomationEntryPointDelegates.OnTicketCrud

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

Ticket CRUD delegate type. Obsolete. Ticketing is being retired (see DataMiner functionality evolution and retirement).

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