Submitting a xmlAlgebra 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 SubmitAlgebraJob(
string name,
int priority,
int vcPercentAllocation,
List<string> resources,
List<string> embeddedFiles,
string dryadNebulaVersion,
string xmlGraphFileName,
string manifestFileName,
bool compression
) |
Visual Basic |
---|
<ObsoleteAttribute("Use SubmitJob instead")> _
Public Delegate Function SubmitAlgebraJob ( _
name As String, _
priority As Integer, _
vcPercentAllocation As Integer, _
resources As List(Of String), _
embeddedFiles As List(Of String), _
dryadNebulaVersion As String, _
xmlGraphFileName As String, _
manifestFileName As String, _
compression As Boolean _
) As JobInfo |
Visual C++ |
---|
[ObsoleteAttribute(L"Use SubmitJob instead")]
public delegate JobInfo^ SubmitAlgebraJob(
String^ name,
int priority,
int vcPercentAllocation,
List<String^>^ resources,
List<String^>^ embeddedFiles,
String^ dryadNebulaVersion,
String^ xmlGraphFileName,
String^ manifestFileName,
bool compression
) |
Parameters
- name
- Type: String
- priority
- Type: Int32
- vcPercentAllocation
- Type: Int32
- resources
- Type: List<(Of <(<'String>)>)>
- embeddedFiles
- Type: List<(Of <(<'String>)>)>
- dryadNebulaVersion
- Type: String
- xmlGraphFileName
- Type: String
- manifestFileName
- Type: String
- compression
- Type: Boolean
Return Value
See Also