SimpleScheduleBuilderWithRepeatCount Method

Quartz.NET 3.0 API Documentation
Specify a the number of time the trigger will repeat - total number of firings will be this number + 1.

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

C#
public SimpleScheduleBuilder WithRepeatCount(
	int repeatCount
)

Parameters

repeatCount
Type: SystemInt32
the number of seconds at which the trigger should repeat.

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also

Reference