Megosztás a következőn keresztül:


RetryingEventArgs.CurrentRetryCount Property

 

Gets the current retry count.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public int CurrentRetryCount { get; private set; }
public:
property int CurrentRetryCount {
    int get();
    private: void set(int value);
}
member CurrentRetryCount : int with get, private set
Public Property CurrentRetryCount As Integer
    Get
    Private Set
End Property

Property Value

Type: System.Int32

See Also

RetryingEventArgs Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top