SimpleScheduleBuilder WithRepeatCount Method Quartz.NET 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: 2.2.1.400
Syntax

public SimpleScheduleBuilder WithRepeatCount(
	int repeatCount
)

Parameters

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

Return Value

Type: SimpleScheduleBuilder
the updated SimpleScheduleBuilder
Remarks

See Also