Submitting a command line job
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
[ObsoleteAttribute("Use SubmitJob instead")]
public delegate JobInfo SubmitCmdLineJob(
string name,
int priority,
int vcPercentAllocation,
List<string> resources,
List<string> embeddedFiles,
string cmdLine,
bool compression
) |
Visual Basic |
---|
<ObsoleteAttribute("Use SubmitJob instead")> _
Public Delegate Function SubmitCmdLineJob ( _
name As String, _
priority As Integer, _
vcPercentAllocation As Integer, _
resources As List(Of String), _
embeddedFiles As List(Of String), _
cmdLine As String, _
compression As Boolean _
) As JobInfo |
Visual C++ |
---|
[ObsoleteAttribute(L"Use SubmitJob instead")]
public delegate JobInfo^ SubmitCmdLineJob(
String^ name,
int priority,
int vcPercentAllocation,
List<String^>^ resources,
List<String^>^ embeddedFiles,
String^ cmdLine,
bool compression
) |
Parameters
- name
- Type: String
- priority
- Type: Int32
- vcPercentAllocation
- Type: Int32
- resources
- Type: List<(Of <(<'String>)>)>
- embeddedFiles
- Type: List<(Of <(<'String>)>)>
- cmdLine
- Type: String
- compression
- Type: Boolean
Return Value
See Also