Click or drag to resize
IntuitRetryingEventArgs Properties

The IntuitRetryingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentRetryCount
Gets the current retry count.
Public propertyDelay
Gets the delay which indicates how long the current thread will be suspended for before the next iteration will be invoked.
Public propertyLastException
Gets the exception which caused the retry conditions to occur.
Top
See Also