QuartzSchedulerNotifySchedulerListenersError Method

Quartz.NET 3.0 API Documentation
Notifies the scheduler listeners about scheduler error.

Namespace:  Quartz.Core
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual Task NotifySchedulerListenersError(
	string msg,
	SchedulerException se,
	CancellationToken cancellationToken = null
)

Parameters

msg
Type: SystemString
The MSG.
se
Type: QuartzSchedulerException
The se.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerListenersError(System.String,Quartz.SchedulerException,System.Threading.CancellationToken)"]

See Also

Reference