SimpleScheduleBuilderRepeatSecondlyForTotalCount Method (Int32, Int32)

Quartz.NET 3.0 API Documentation
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with an interval of the given number of seconds.

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

C#
public static SimpleScheduleBuilder RepeatSecondlyForTotalCount(
	int count,
	int seconds
)

Parameters

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Quartz.SimpleScheduleBuilder.RepeatSecondlyForTotalCount(System.Int32,System.Int32)"]

seconds
Type: SystemInt32

[Missing <param name="seconds"/> documentation for "M:Quartz.SimpleScheduleBuilder.RepeatSecondlyForTotalCount(System.Int32,System.Int32)"]

Return Value

Type: SimpleScheduleBuilder
the new SimpleScheduleBuilder
Remarks

Note: Total count = 1 (at start time) + repeat count

See Also

Reference