RetryingEventArgs Class
Contains information that is required for the Retrying event.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System.Object
System.EventArgs
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryingEventArgs
System.EventArgs
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryingEventArgs
| Name | Description | |
|---|---|---|
![]() | RetryingEventArgs(Int32, TimeSpan, Exception) | Initializes a new instance of the RetryingEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | CurrentRetryCount | Gets the current retry count. |
![]() | Delay | Gets the delay that indicates how long the current thread will be suspended before the next iteration is invoked. |
![]() | LastException | Gets the exception that caused the retry conditions to occur. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


