ISimpleTriggerRepeatCount Property

Quartz.NET 3.0 API Documentation
Get or set the number of times the ISimpleTrigger should repeat, after which it will be automatically deleted.

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

C#
int RepeatCount { get; set; }

Property Value

Type: Int32
See Also

Reference