TriggerCollectionToArray Method

Copies the elements of the TriggerCollection to a new array.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public Trigger[] ToArray()

Return Value

Trigger
An array containing copies of the elements of the TriggerCollection.

See Also