RetryPolicy.ErrorDetectionStrategy Property
Gets the instance of the error detection strategy.
Namespace: Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public ITransientErrorDetectionStrategy ErrorDetectionStrategy { get; private set; }
public:
property ITransientErrorDetectionStrategy^ ErrorDetectionStrategy {
ITransientErrorDetectionStrategy^ get();
private: void set(ITransientErrorDetectionStrategy^ value);
}
member ErrorDetectionStrategy : ITransientErrorDetectionStrategy with get, private set
Public Property ErrorDetectionStrategy As ITransientErrorDetectionStrategy
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsAzure.Common.TransientFaultHandling.ITransientErrorDetectionStrategy
See Also
RetryPolicy Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top