Share via


RetryPolicy.ErrorDetectionStrategy Property

Gets the instance of the error detection strategy.

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 ITransientErrorDetectionStrategy ErrorDetectionStrategy { get; private set; }
'Declaration
Public Property ErrorDetectionStrategy As ITransientErrorDetectionStrategy
    Get
    Private Set
public:
property ITransientErrorDetectionStrategy^ ErrorDetectionStrategy {
    ITransientErrorDetectionStrategy^ get ();
    private: void set (ITransientErrorDetectionStrategy^ value);
}

Property Value

Type: ITransientErrorDetectionStrategy

See Also

RetryPolicy Class

RetryPolicy Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace