 | IJobProviderGetJob method |
Returns a specific job instance for a JobList
in a LogicalTaskTree.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
SyntaxJob GetJob(
ref string name
)
Function GetJob (
ByRef name As String
) As Job
Job^ GetJob(
String^% name
)
abstract GetJob :
name : string byref -> Job
Parameters
- name String
- The name of the job
Return value
JobInstance of the job that belongs to the name.
See also