This topic has not yet been rated - Rate this topic

CloudQueue.EndGetMessages Method

Ends an asynchronous operation to get messages from the queue.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudQueue
Dim asyncResult As IAsyncResult
Dim returnValue As IEnumerable(Of CloudQueueMessage)

returnValue = instance.EndGetMessages(asyncResult)
public IEnumerable<CloudQueueMessage> EndGetMessages (
	IAsyncResult asyncResult
)
public IEnumerable<CloudQueueMessage> EndGetMessages (
	IAsyncResult asyncResult
)
public function EndGetMessages (
	asyncResult : IAsyncResult
) : IEnumerable<CloudQueueMessage>

Parameters

asyncResult

Type: System.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return Value

Type: System.Collections.Generic.IEnumerable

An enumerable collection of messages.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter