 | JobProviderBaseGetJob method |
Returns a specific job instance for a JobList
in a LogicalTaskTree.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic virtual Job GetJob(
ref string name
)
Public Overridable Function GetJob (
ByRef name As String
) As Job
public:
virtual Job^ GetJob(
String^% name
)
abstract GetJob :
name : string byref -> Job
override GetJob :
name : string byref -> Job Parameters
- name String
- Name/search term/path of the job or null
Return value
JobInstance of the job that belongs to the name.
Implemented
IJobProviderGetJob(String)
See also