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
ElementID
ElementIDThe element ID of the element running the Ticketing protocol.
TimeStamp
DateTimeThe 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.