Show contents 

Fore > Fore Assembly Interfaces > IScheduledTaskAlerts > IScheduledTaskAlerts.Add

IScheduledTaskAlerts.Add

Fore Syntax

Add(Type: ScheduledTaskAlertType): IScheduledTaskAlert;

Fore.NET Syntax

Add(Type: ScheduledTaskAlertType): Prognoz.Platform.Interop.KeFore.IScheduledTaskAlert;

Parameters

Type. Event type.

Description

The Add method adds new event to collection.

Comments

To get the number of events in the collection, use the IScheduledTaskAlerts.Count property.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskAlerts