Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
ActionCollection Class
ActionCollection Methods
CopyTo Method
CopyTo(Action[], Int32) Method
CopyTo(Int32, Action[], Int32, Int32) Method
Action
Collection
Copy
To(
Action
, Int
32) Method
Copies the elements of the
ActionCollection
to an array of
Action
, starting at a particular index.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
void
CopyTo
(
Action
[]
array
,
int
arrayIndex
)
Request Example
View Source
Parameters
array
Action
The
Action
array that is the destination of the elements copied from
ActionCollection
. The
Action
array must have zero-based indexing.
arrayIndex
Int32
The zero-based index in
Action
array at which copying begins.
See Also
Reference
ActionCollection Class
CopyTo Overload
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.