Click or drag to resize

PFJobInfoGetInstance Method

Creates a PFJob Instance from this JobInfo.

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

Parameters

site
Type: Packflow.CorePFSite
The Packflow site to use as a context for PFJob. The PFJob type must be accessible from this site, by being a public type in engine or installed application essemblies

Return Value

Type: PFJob
See Also