IScheduledEvents

Description

The IScheduledEvents interface contains properties and methods used to work with collection of tasks execution events that were scheduled for future.

Properties

  Property name Brief description
Count The Count property returns the number of the scheduled for future events of the task execution.
Item The Item property returns parameters of the task execution event.

Properties inherited from IScheduledInvoke

  Property name Brief description
Value The Value property returns the task event parameters represented as the value array.

Methods

  Method name Brief description
Pop The Pop method deletes the first event from the scheduled events collection and returns its parameters.
Push The Push method adds the specified events collection into the current events collection.

Methods inherited from IScheduledInvoke

  Method name Brief description
Invoke The Invoke method generates the task event.
Next The Next method returns parameters of the task execution events scheduled for future.

See also:

Fore Assembly Interfaces