Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Sets the queue's user-defined metadata.

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

Syntax

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