| AutomaticRetryAttributeAttempts Property |
Gets or sets the maximum number of automatic retry attempts.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public int Attempts { get; set; }
Public Property Attempts As Integer
Get
Set
Property Value
Type:
Int32Any non-negative number.
Exceptions See Also