Click or drag to resize

PFJob Constructor

You may instanciate a PFJob Implementation by using this constructor. Call Run() or RunAsync() on it to execute.

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 PFJob(
	PFSite site
)

Parameters

site
Type: Packflow.CorePFSite
See Also