Method RemoveTickets
RemoveTickets(out string, params Ticket[])
Removes the specified tickets.
public bool RemoveTickets(out string error, params Ticket[] tickets)
Parameters
errorstringOutput string with notifications and/or errors that occurred.
ticketsTicket[]The tickets that should be removed.
Returns
- bool
trueif removing the ticket succeeded; otherwise,false.