Table of Contents

Method GetTicketsByLink

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

Retrieve Tickets, using links as input

[Obsolete("Please use the new GetTickets(IEnumerable<TicketLink> links, Messages.SLDataGateway.FilterElement<Ticket> filter, bool CacheOnly)", true)]
public IEnumerable<Ticket> GetTicketsByLink(params TicketLink[] links)

Parameters

links TicketLink[]

for every link, all available tickets will be given

Returns

IEnumerable<Ticket>

Collection of Tickets which pass at least 1 of the given links.