Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueue.SetMetadataAsync Method (Microsoft.WindowsAzure.Storage.Queue)

Initiates an asynchronous operation to set user-defined metadata on the queue.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task SetMetadataAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task^ SetMetadataAsync()
 
[<DoesServiceRequestAttribute>]
abstract SetMetadataAsync : unit -> Task
[<DoesServiceRequestAttribute>]
override SetMetadataAsync : unit -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function SetMetadataAsync As Task
Return to top