Click or drag to resize
AutomaticRetryAttribute Properties

The AutomaticRetryAttribute type exposes the following members.

Properties
  NameDescription
Public propertyAllowMultiple (Inherited from JobFilterAttribute.)
Public propertyAttempts
Gets or sets the maximum number of automatic retry attempts.
Public propertyLogEvents
Gets or sets whether to produce log messages on retry attempts.
Public propertyOnAttemptsExceeded
Gets or sets a candidate state for a background job that will be chosen when number of retry attempts exceeded.
Public propertyOrder (Inherited from JobFilterAttribute.)
Top
See Also