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 virtual 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 Overridable 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:
virtual 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
Job Name. If null or empty - graph file name will be used.
- priority
- Type: Int32
Job priority.
- vcPercentAllocation
- Type: Int32
VC percent allocation for the job
- resources
- Type: List<(Of <(<'String>)>)>
Required resource files.
- embeddedFiles
- Type: List<(Of <(<'String>)>)>
Files are uploaded to VC and added to resource list.
- dryadNebulaVersion
- Type: String
Ignored.
- xmlGraphFileName
- Type: String
[Missing <param name="xmlGraphFileName"/> documentation for "M:VcClient.Test.VirtualJobManager.SubmitAlgebraJob(System.String,System.Int32,System.Int32,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.String,System.String,System.Boolean)"]
- manifestFileName
- Type: String
Ignored.
- compression
- Type: Boolean
Ignored.
Return Value
Copy of created job object.
Exceptions
See Also