Table of Contents

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

error string

String with notifications and/or errors that occurred.

filters Ticket[]

The tickets that should be removed.

Returns

bool

true when removing the ticket(s) was successful; otherwise, false.