RetryingEventArgs Properties

 

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

NameDescription
System_CAPS_pubpropertyCurrentRetryCount

Gets the current retry count.

System_CAPS_pubpropertyDelay

Gets the delay that indicates how long the current thread will be suspended before the next iteration is invoked.

System_CAPS_pubpropertyLastException

Gets the exception that caused the retry conditions to occur.

Return to top
Show: