Constructor TicketID
TicketID()
Initializes a new instance of the TicketID class.
public TicketID()
TicketID(TicketID)
Initializes a new instance of the TicketID class using the specified ticket ID.
public TicketID(TicketID tid)
Parameters
tid
TicketIDThe ticket ID.
Remarks
DataMinerID and TID are set to -1.
TicketID(int, int)
Initializes a new instance of the TicketID class using the specified DataMiner Agent ID and ticket ID.
public TicketID(int dataMinerId, int tid)