IJobExecutionContext FireInstanceId Property Quartz.NET 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: 2.2.1.400
Syntax

string FireInstanceId { get; }

Return Value

Type: String
the unique fire instance id
See Also