Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the CloudQueueClient object that represents the Queue service.

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

Syntax

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