IClusterService.SubmitJobs Method (Int32 , String, String)
This method supports the infrastructure and is not intended to be used directly from your code.
Adds one or more specified jobs to the scheduling queue using the specified user name and password.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Sub SubmitJobs ( _
jobIds As Integer(), _
userName As String, _
password As String _
)
void SubmitJobs (
int[] jobIds,
string userName,
string password
)
void SubmitJobs (
array<int>^ jobIds,
String^ userName,
String^ password
)
void SubmitJobs (
int[] jobIds,
String userName,
String password
)
function SubmitJobs (
jobIds : int[],
userName : String,
password : String
)
Parameters
- jobIds
An array of integers that identify the jobs to submit.
- userName
The name of the RunAs user.
- password
The RunAs user's password.
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