Click or drag to resize

PFJobExecutionGroupLock Constructor

Initializes a new instance of the PFJobExecutionGroupLock 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 PFJobExecutionGroupLock(
	JobExecutionLockScope lockScope,
	string groupName
)

Parameters

lockScope
Type: Packflow.Core.JobsJobExecutionLockScope
The lock scope.
groupName
Type: SystemString
Name of the group.
See Also