Table of Contents

Method RemoveTickets

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

RemoveTickets(out string, params Ticket[])

Removes the specified tickets.

public bool RemoveTickets(out string error, params Ticket[] tickets)

Parameters

error string

Output string with notifications and/or errors that occurred.

tickets Ticket[]

The tickets that should be removed.

Returns

bool

true if removing the ticket succeeded; otherwise, false.