Share via


RetryingEventArgs.CurrentRetryCount Property

Gets the current retry count.

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

Property Value

Type: Int32

See Also

RetryingEventArgs Class

RetryingEventArgs Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace