QueueRequest Methods

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Methods

 NameDescription
public methodstaticAddMetadataOverloaded.  
public methodstaticClearMessagesConstructs a web request to clear all messages in the queue.
public methodstaticCreateConstructs a web request to create a queue.
public methodstaticDeleteConstructs a web request to delete a queue.
public methodstaticDeleteMessageConstructs a web request to delete the specified message.
public methodstaticGenerateMessageRequestBodyGenerates the message request body from a string containing the message.
public methodstaticGetMessagesConstructs a web request to retrieve a specified number of messages.
public methodstaticGetMetadataConstructs a web request to return the user-defined metadata for the queue.
public methodstaticGetServicePropertiesGets the properties of an account’s Queue service.
public methodstaticListConstructs a web request to return a listing of all queues in the storage account.
public methodstaticPeekMessagesConstructs a web request to retrieve a specified number of messages without changing their visibility.
public methodstaticPutMessageOverloaded.  
public methodstaticSetMetadataConstructs a web request to set user-defined metadata for the queue.
public methodstaticSetServicePropertiesSets the properties of an account’s Queue service.
public methodstaticSignRequestSigns the request for Shared Key authentication.
public methodstaticSignRequestForSharedKeyLiteSigns the request for Shared Key Lite authentication.
public methodstaticUpdateMessageUpdates a queue message.
public methodstaticWriteServicePropertiesWrites the Queue service properties to an output stream.

See Also