Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueue.PeekMessageAsync Method (Microsoft.WindowsAzure.Storage.Queue)

Initiates an asynchronous operation to get a single message from the queue.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<CloudQueueMessage> PeekMessageAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task<CloudQueueMessage^>^ PeekMessageAsync()
 
[<DoesServiceRequestAttribute>]
abstract PeekMessageAsync : unit -> Task<CloudQueueMessage>
[<DoesServiceRequestAttribute>]
override PeekMessageAsync : unit -> Task<CloudQueueMessage>
 
<DoesServiceRequestAttribute>
Public Overridable Function PeekMessageAsync As Task(Of CloudQueueMessage)
Return to top