TaskProcessorBaseTSettingsOnJobCreated Method

Job created event invocation.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual void OnJobCreated(
	TaskProcessorJobArgs args
)

Parameters

args  TaskProcessorJobArgs
The event args of the job that was created.

See Also