Click or drag to resize
Task Scheduler Managed Class Library

TriggerCollectionToArray Method

Copies the elements of the TriggerCollection to a new array.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public Trigger[] ToArray()
Request Example View Source

Return Value

Type: Trigger
An array containing copies of the elements of the TriggerCollection.
See Also