Method DriverSync
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
ElementIDElementIDThe element ID of the element running the Ticketing protocol.
TimeStampDateTimeThe time stamp of the last polling cycle to the external ticketing system.
ChangedTicketsTuple<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.