Click or drag to resize

PFJobSchedulerGetScheduler Method

Returns the PFJobScheduler implementation as defined in Packflow site settings.

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 static PFJobScheduler GetScheduler(
	PFSite site
)

Parameters

site
Type: Packflow.CorePFSite
The packflow site that

Return Value

Type: PFJobScheduler
See Also