Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the target location for the next retry.

Namespace:   Microsoft.WindowsAzure.Storage.RetryPolicies
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public StorageLocation NextLocation { get; private set; }
 
public:
property StorageLocation NextLocation {
	StorageLocation get();
	private: void set(StorageLocation value);
}
 
member NextLocation : StorageLocation with get, private set
 
Public Property NextLocation As StorageLocation
	Get
	Private Set
End Property
Return to top