Click or drag to resize

PFJobExecutionLock Constructor

Initializes a new instance of the PFJobExecutionLock class.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFJobExecutionLock(
	JobExecutionLockScope lockScope
)

Parameters

lockScope
Type: Packflow.Core.JobsJobExecutionLockScope
The lock scope.
See Also