Assembly: Fore;
The IScheduledTaskAlerts interface is used to work with collection of the events, on occurring of which the task is executed.
IScheduledTaskAlerts
To work with the event, on occurring of which the task is executed, use the IScheduledTaskAlert interface.
Property name | Brief description | |
Count | The Count property returns the number of events in a collection. | |
Item | The Item property returns an event from the collection by its index. |
Method name | Brief description | |
Add | The Add method adds new event to collection. | |
Clear | The Clear method clears the collection of events. | |
FindById | The FindById method searches an event in the collection by identifier. | |
FindByKey | The FindByKey method searches an event in a collection by key. | |
Remove | The Remove method removes an event from the collection based on its index. | |
RemoveByKey | The RemoveByKey method deletes an event from the collection by its key. |
See also: