Table of Contents

Method GetTicketHistory

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

GetTicketHistory(params TicketID[])

Retrieves the history of the specified tickets.

public IEnumerable<TicketHistory> GetTicketHistory(params TicketID[] ticketIDs)

Parameters

ticketIDs TicketID[]

The ticket IDs of the tickets for which the history should be retrieved.

Returns

IEnumerable<TicketHistory>

The requested collection of TicketHistory objects.