This topic has not yet been rated - Rate this topic

CloudQueue.ServiceClient Property

Gets the CloudQueueClient object that represents the Queue service.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudQueue
Dim value As CloudQueueClient

value = instance.ServiceClient

public CloudQueueClient ServiceClient { get; }
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public CloudQueueClient get_ServiceClient ()

CompilerGeneratedAttribute 
public function get ServiceClient () : CloudQueueClient

Property Value

Type: Microsoft.WindowsAzure.StorageClient.CloudQueueClient

A client object that specifies the Queue service endpoint.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ