Click or drag to resize

PFJobSchedulerUpdateJob Method

Implementations of this method will update the external scheduling engine with the provided timer job object.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected abstract void UpdateJob(
	PFTimerJob job
)

Parameters

job
Type: Packflow.Core.JobsPFTimerJob
The job.
See Also