IScheduledTaskAlerts.FindByKey

Fore Syntax

FindByKey(Key: Integer): IScheduledTaskAlert;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.KeFore.IScheduledTaskAlert;

Parameters

Key. Event key.

Description

The FindByKey method searches an event in a collection by key.

Comments

To remove the event from collection by key, use the IScheduledTaskAlerts.RemoveByKey method.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskAlerts