JobBuilder WithIdentity Method (String)Quartz.NET API Documentation
Use a JobKey with the given name and default group to identify the JobDetail.

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

public JobBuilder WithIdentity(
	string name
)

Parameters

name
Type: System String
the name element for the Job's JobKey

Return Value

Type: JobBuilder
the updated JobBuilder
Remarks

If none of the 'withIdentity' methods are set on the JobBuilder, then a random, unique JobKey will be generated.

See Also