IScheduledTaskAlerts.FindById

Fore Syntax

FindById(Id: String): IScheduledTaskAlert;

Fore.NET Syntax

FindById(Id: string): Prognoz.Platform.Interop.KeFore.IScheduledTaskAlert;

Parameters

Id. Event identifier.

Description

The FindById method searches an event in the collection by identifier.

Comments

To remove the event from collection by index, use the IScheduledTaskAlerts.Remove method.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskAlerts