RetryInfo.UpdatedLocationMode Property (Microsoft.WindowsAzure.Storage.RetryPolicies)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
RetryInfo.UpdatedLocationMode Property
RetryInfo::UpdatedLocationMode Property
RetryInfo.UpdatedLocationMode Property
RetryInfo.UpdatedLocationMode Property
Gets or sets 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 UpdatedLocationMode {
LocationMode get();
void set(LocationMode value);
}
Return to top
Gets or sets the location mode for subsequent retries.
Syntax
C++
public: property LocationMode UpdatedLocationMode { LocationMode get(); void set(LocationMode value); }