QueueResponse Members

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.]

Provides a set of methods for parsing responses from queue operations.

The following tables list the members exposed by the QueueResponse type.

Public Methods

 NameDescription
public methodstaticGetApproximateMessageCountGets the approximate message count for the queue.
public methodstaticGetErrorReturns extended error information from the storage service, that is in addition to the HTTP status code returned with the response.
public methodstaticGetMessagesOverloaded.  
public methodstaticGetMetadataOverloaded.  
public methodstaticGetNextVisibleTimeGets the time when the message will be visible.
public methodstaticGetPopReceiptGets the pop receipt value from a web response.
public methodstaticGetRequestIdGets the request ID from the response.
public methodstaticListOverloaded.  
public methodstaticPeekMessagesOverloaded.  
public methodstaticReadServicePropertiesGets an account’s Queue service properties from an input stream.
Top

See Also