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)

System.Object
  System.EventArgs
    Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryingEventArgs

public class RetryingEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodRetryingEventArgs(Int32, TimeSpan, Exception)

Initializes a new instance of the RetryingEventArgs class.

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: