Click or drag to resize

ProductionJobProviderTryLoadJobPackage method

Adds the JobPackage with the logical path logicalJobName. In the event of an error, nothing is added.

Namespace: LogicalTaskTree.Provider
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected override void TryLoadJobPackage(
	
	ref string logicalJobName
)

Parameters

logicalJobName  String
The logical name of the job or zero for the root job.
See also