Method RemoveTickets
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
RemoveTickets(out string, params Ticket[])
Removes one or more tickets.
public virtual bool RemoveTickets(out string error, params Ticket[] filters)
Parameters
errorstringString with notifications and/or errors that occurred.
filtersTicket[]The tickets that should be removed.
Returns
- bool
truewhen removing the ticket(s) was successful; otherwise,false.