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

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

public JobBuilder WithIdentity(
	string name,
	string group
)

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