Method SendDriverSync
SendDriverSync(ElementID, DateTime, List<Tuple<DateTime, Ticket>>)
Synchronizes tickets to an external system.
public List<TicketingGatewayEventMessage> SendDriverSync(ElementID id, DateTime timeStamp, List<Tuple<DateTime, Ticket>> managerObjects)
Parameters
id
ElementIDThe element ID of the element running the Ticketing protocol.
timeStamp
DateTimeThe time stamp of the last polling cycle to the external ticketing system.
managerObjects
List<Tuple<DateTime, Ticket>>The tickets to save or merge on the DataMiner Agent.
Returns
- List<TicketingGatewayEventMessage>
The merged tickets.
Remarks
Method used when syncing tickets to an external system. The DriverSyncer will check and return all latest changes related to a resolver linked to the given ElementID. When a list of tickets is given, these tickets will be saved or merged on the DMA. The merged tickets will also be returned.