Click or drag to resize

PFJobSchedulerDeleteJob Method

Implementations of this method will update remove this timer job from the external scheduling engine.

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 DeleteJob(
	PFTimerJob job
)

Parameters

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