GetMessagesResponse Constructor

Initializes a new instance of the GetMessagesResponse class.

Namespace: Microsoft.WindowsAzure.Storage.Queue.Protocol
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

'Declaration
Public Sub New ( _
    stream As Stream _
)
public GetMessagesResponse (
    Stream stream
)
public:
GetMessagesResponse (
    Stream^ stream
)

Parameters

  • stream
    The stream of messages to parse.

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

See Also

Reference

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