IScheduledTaskAlerts.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Index of removed event.

Description

The Remove method removes an event from the collection based on its index.

Comments

If the event is successfully deleted from the collection, the method returns True, otherwise False.

To search for an event in the collection by identifier, use the IScheduledTaskAlerts.FindById method.

Fore and Fore.NET Examples

The property use is given in the example for IScheduledTaskAuditAlert.ClassId.

See also:

IScheduledTaskAlerts