Table of Contents

Method DriverSync

Namespace
Skyline.DataMiner.Net.Ticketing
Assembly
SLNetTypes.dll

DriverSync(ElementID, DateTime, params Tuple<DateTime, Ticket>[])

Synchronizes the ticketing driver with DataMiner.

public IEnumerable<TicketingGatewayEventMessage> DriverSync(ElementID ElementID, DateTime TimeStamp, params Tuple<DateTime, Ticket>[] ChangedTickets)

Parameters

ElementID ElementID

The element ID of the element running the Ticketing protocol.

TimeStamp DateTime

The time stamp of the last polling cycle to the external ticketing system.

ChangedTickets Tuple<DateTime, Ticket>[]

The tickets that have changed since the last time this method was used, with DateTime being the timestamp of the last change to the ticket, and Ticket being the changed ticket.

Returns

IEnumerable<TicketingGatewayEventMessage>

A collection of event messages containing all the verified and updated or deleted tickets.