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

Protected Fields

 NameDescription
protected fieldallObjectsParsed  Indicates that all parsable objects have been consumed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected fieldoutstandingObjectsToParse  Stores any objects that have not yet been parsed. This field is reserved and should not be used. (Inherited from ResponseParsingBase)
protected fieldreader  (Inherited from ResponseParsingBase)
Top

Public Properties (see also Protected Properties)

 NameDescription
public propertyMessagesGets an enumerable collection of QueueMessage objects from the response.
Top

Protected Properties

 NameDescription
protected propertyObjectsToParse  Gets the parsable objects. This method is reserved and should not be used. (Inherited from ResponseParsingBase)
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodDispose  Overloaded. (Inherited from ResponseParsingBase)
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodDispose  Overloaded. (Inherited from ResponseParsingBase)
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
protected methodParseXmlOverridden. Parses the XML response returned by an operation to get messages from a queue.
protected methodVariable  This method is reserved and should not be used. (Inherited from ResponseParsingBase)
Top

See Also