IClusterService.RequeueTasks Method
This method supports the infrastructure and is not intended to be used directly from your code.
Queues one or more specified tasks again.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Sub RequeueTasks ( _
jobId As Integer, _
taskIds As Integer(), _
isAsynchronous As Boolean _
)
void RequeueTasks (
int jobId,
int[] taskIds,
bool isAsynchronous
)
void RequeueTasks (
int jobId,
array<int>^ taskIds,
bool isAsynchronous
)
void RequeueTasks (
int jobId,
int[] taskIds,
boolean isAsynchronous
)
function RequeueTasks (
jobId : int,
taskIds : int[],
isAsynchronous : boolean
)
Parameters
- jobId
The job identifier.
- taskIds
An array of identifiers that identify the tasks to queue again.
- isAsynchronous
To execute asynchronously, set this value to true; otherwise, false to execute synchronously.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP
Target Platforms
Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities
See Also
Reference
IClusterService Interface
IClusterService Members
Microsoft.ComputeCluster Namespace