Click or drag to resize

PFTimerJobSave Method (Boolean, Boolean)

Saves the current Timer Job in the database, updates the scheduler according to parameters.

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 void Save(
	bool updateScheduler,
	bool throwIfSchedulerNull
)

Parameters

updateScheduler
Type: SystemBoolean
When true, will try to find and update the external scheduling engine.
throwIfSchedulerNull
Type: SystemBoolean
When true, throws an OperationFailedException if the scheduler is not found. When false, scheduler update is simply ignored when not found.
See Also