RetryingEventArgs::CurrentRetryCount Property

 

Gets the current retry count.

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

public:
property int CurrentRetryCount {
	int get();
	private: void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: