IJobListener JobToBeExecuted Method Quartz.NET API Documentation
Called by the IScheduler when a IJobDetail is about to be executed (an associated ITrigger has occurred).

This method will not be invoked if the execution of the Job was vetoed by a ITriggerListener.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

void JobToBeExecuted(
	IJobExecutionContext context
)

Parameters

context
Type: Quartz IJobExecutionContext

[Missing <param name="context"/> documentation for "M:Quartz.IJobListener.JobToBeExecuted(Quartz.IJobExecutionContext)"]

See Also