RetryingEventArgs Class
Contains information that is required for the Retrying event.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryingEventArgs
Syntax
public class RetryingEventArgs : EventArgs
public ref class RetryingEventArgs : EventArgs
type RetryingEventArgs =
class
inherit EventArgs
end
Public Class RetryingEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
RetryingEventArgs(Int32, TimeSpan, Exception) | Initializes a new instance of the RetryingEventArgs class. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top