GetMessagesResponse Members

Provides methods for parsing the response from an operation to get messages from a queue.

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

Public Constructors

  Name Description
  GetMessagesResponse Initializes a new instance of the GetMessagesResponse class.

Top

Protected Fields

  Name Description
protected field allObjectsParsed  Indicates that all parsable objects have been consumed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected field outstandingObjectsToParse  Stores any objects that have not yet been parsed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected field reader  The reader used for parsing. This field is reserved and should not be used. (Inherited from ResponseParsingBase)

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Messages Gets an enumerable collection of QueueMessage objects from the response.

Top

Protected Properties

  Name Description
protected property ObjectsToParse  Gets the parsable objects. This method is reserved and should not be used. (Inherited from ResponseParsingBase)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Dispose  Overloaded. Returns a result segment containing a collection of blob items in the container. (Inherited from ResponseParsingBase)
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Dispose  Overloaded. Returns a result segment containing a collection of blob items in the container. (Inherited from ResponseParsingBase)
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
protected method ParseXml  Parses the XML response. This method is reserved and should not be used. (Inherited from ResponseParsingBase)
protected method Variable  This method is reserved and should not be used. (Inherited from ResponseParsingBase)

Top

See Also

Reference

GetMessagesResponse Class
Microsoft.WindowsAzure.Storage.Queue.Protocol Namespace