IJobExecutionContextFireInstanceId Property

Quartz.NET 3.0 API Documentation
Get the unique Id that identifies this particular firing instance of the trigger that triggered this job execution. It is unique to this JobExecutionContext instance as well.

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

C#
string FireInstanceId { get; }

Return Value

Type: String
the unique fire instance id
See Also

Reference