JobBuilder WithDescription Method Quartz.NET API Documentation
Set the given (human-meaningful) description of the Job.

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

public JobBuilder WithDescription(
	string description
)

Return Value

Type: JobBuilder
the updated JobBuilder
See Also