JobBuilderWithDescription Method

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

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

C#
public JobBuilder WithDescription(
	string description
)

Parameters

description
Type: SystemString
the description for the Job

Return Value

Type: JobBuilder
the updated JobBuilder
See Also

Reference