Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionInsert Method

Inserts an action at the specified index.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public void Insert(
	int index,
	Action action
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index at which action should be inserted.
action
Type: Microsoft.Win32.TaskSchedulerAction
The action to insert into the list.
See Also