Method RemoveTickets
RemoveTickets(out string, params Ticket[])
Removes the specified tickets.
public bool RemoveTickets(out string error, params Ticket[] tickets)
Parameters
error
stringOutput 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
.