Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the number of retries for the given operation.

Namespace:   Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.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.Int32System::Int32System.Int32System.Int32

An integer specifying the number of retries for the given operation.

Return to top