TriggerBuilderWithPriority Method

Quartz.NET 3.0 API Documentation
Set the Trigger's priority. When more than one Trigger have the same fire time, the scheduler will fire the one with the highest priority first.

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

C#
public TriggerBuilder WithPriority(
	int priority
)

Parameters

priority
Type: SystemInt32
the priority for the Trigger

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also

Reference