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