TriggerBuilder WithPriority Method Quartz.NET 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: 2.2.1.400
Syntax

public TriggerBuilder WithPriority(
	int priority
)

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also