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(
	QueueRequestOptions options,
	OperationContext operationContext,
	CancellationToken cancellationToken
)
 
public:
virtual Task^ SetMetadataAsync(
	QueueRequestOptions^ options,
	OperationContext^ operationContext,
	CancellationToken cancellationToken
)
 
abstract SetMetadataAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext *
        cancellationToken:CancellationToken -> Task
override SetMetadataAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext *
        cancellationToken:CancellationToken -> Task
 
Public Overridable Function SetMetadataAsync (
	options As QueueRequestOptions,
	operationContext As OperationContext,
	cancellationToken As CancellationToken
) As Task
Return to top