RetryManager.Instance Property
Gets the default RetryManager for the application.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public static RetryManager Instance { get; }
'Declaration
Public Shared ReadOnly Property Instance As RetryManager
Get
public:
static property RetryManager^ Instance {
RetryManager^ get ();
}
Property Value
Type: RetryManager
Remarks
You can update the default retry manager by calling the SetDefault(RetryManager, Boolean) method.
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace