Click or drag to resize

JobProviderBaseTryLoadJobPackage method

Adds the JobPackage to the logical job name logicalJobName. In the event of an error, nothing is added. Must be overwritten.

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

Parameters

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