RetryManager.Instance Property
Gets the default RetryManager for the application.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static RetryManager Instance { get; }
public:
property RetryManager^ Instance {
static RetryManager^ get();
}
static member Instance : RetryManager with get
Public Shared ReadOnly Property Instance As RetryManager
Property Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryManager
Remarks
You can update the default retry manager by calling the SetDefault method.
See Also
RetryManager Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top