TriggerBuilderBuild Method

Quartz.NET 3.0 API Documentation
Produce the ITrigger.

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

C#
public ITrigger Build()

Return Value

Type: ITrigger
a Trigger that meets the specifications of the builder.
Remarks

See Also

Reference