Click or drag to resize

JobProviderBaseGetJob method

Returns a specific job instance for a JobList in a LogicalTaskTree.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public virtual Job GetJob(
	
	ref string name
)

Parameters

name  String
Name/search term/path of the job or null

Return value

Job
Instance of the job that belongs to the name.

Implemented

IJobProviderGetJob(String)
See also