Click or drag to resize

PFJobSchedulerInfoCreate Method

Initializes a new instance of PFJobSchedulerInfo with information from the scheduler.

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 PFJobSchedulerInfo Create(
	PFJobScheduler scheduler
)

Parameters

scheduler
Type: Packflow.Core.JobsPFJobScheduler

Return Value

Type: PFJobSchedulerInfo
See Also