SetQueueMetadataAsync Method
Sets user-defined metadata on the queue.
Syntax
[VB.NET]
Public Function SetQueueMetadataAsync() As Task
[C#]
public Task SetQueueMetadataAsync();
Remarks
This method is the asynchronous version of the
SetQueueMetadata method and is used to support asynchronous operations in WinRT. Please refer to
SetQueueMetadata for more information.