IJobExecutionContext RefireCount Property Quartz.NET API Documentation
Gets the refire count.

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

int RefireCount { get; }

Property Value

Type: Int32
The refire count.
See Also