Task Scheduler Managed Class Library
C#
Show/Hide TOC
Action
Collection
Remove
At Method
Removes the action at a specified index.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
void
RemoveAt
(
int
index
)
Parameters
index
Int32
Index of action to remove.
Implements
IList
RemoveAt(Int32)
Exceptions
ArgumentOutOfRangeException
Index out of range.
See Also
Reference
ActionCollection Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Implements
Exceptions
See Also