Table of Contents

Constructor TicketID

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

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 TicketID

The 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)

Parameters

dataMinerId int

The DataMiner Agent ID.

tid int

The ticket ID.