RetryContext.LocationMode Property (Microsoft.WindowsAzure.Storage.RetryPolicies)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
RetryContext.LocationMode Property
RetryContext::LocationMode Property
RetryContext.LocationMode Property
RetryContext.LocationMode Property
Gets the location mode for subsequent retries.
Namespace:
Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property LocationMode LocationMode {
LocationMode get();
private: void set(LocationMode value);
}
Return to top
Gets the location mode for subsequent retries.
Syntax
C++
public: property LocationMode LocationMode { LocationMode get(); private: void set(LocationMode value); }