Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets or sets the target location for the next retry.

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

Syntax

 
public StorageLocation TargetLocation { get; set; }
 
public:
property StorageLocation TargetLocation {
	StorageLocation get();
	void set(StorageLocation value);
}
 
member TargetLocation : StorageLocation with get, set
 
Public Property TargetLocation As StorageLocation
Return to top