IScheduledTaskCustomAlert

Assembly: Fore;

Description

The IScheduledTaskCustomAlert interface is used to set up task execution on occurring a configured event.

Inheritance Hierarchy

          IScheduledTaskAlert

          IScheduledTaskCustomAlert

Comments

To schedule task execution on occurring a system event, use the IScheduledTaskAuditAlert interface.

Properties

  Property name Brief description
EventId The EventId property determines the event, on occurring of which the task is executed.

Properties inherited from IScheduledTaskAlert

  Property name Brief description
Type The Type property returns the event type.

Methods inherited from IScheduledTaskAlert

  Method name Brief description
CheckAlert The CheckAlert method checks if the event is executed.
Invoke The Invoke method generates the event.
Next The Next method moves to the next event.
StartLook The StartLook method sets start date of event occurrence.
StopLook The StopLook method sets end date of event occurrence.

See also:

Fore Assembly Interfaces