TriggerCollectionRemoveAt Method

Removes the trigger at a specified index.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public void RemoveAt(
	int index
)

Parameters

index  Int32
Index of trigger to remove.

Implements

IListRemoveAt(Int32)

Exceptions

ArgumentOutOfRangeExceptionIndex out of range.

See Also