Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueue.UpdateMessageAsync Method (CloudQueueMessage, TimeSpan, MessageUpdateFields) (Microsoft.WindowsAzure.Storage.Queue)

Initiates an asynchronous operation to update the visibility timeout and optionally the content of a message.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task UpdateMessageAsync(
	CloudQueueMessage message,
	TimeSpan visibilityTimeout,
	MessageUpdateFields updateFields
)
 
public:
[DoesServiceRequestAttribute]
virtual Task^ UpdateMessageAsync(
	CloudQueueMessage^ message,
	TimeSpan visibilityTimeout,
	MessageUpdateFields updateFields
)
 
[<DoesServiceRequestAttribute>]
abstract UpdateMessageAsync : 
        message:CloudQueueMessage *
        visibilityTimeout:TimeSpan *
        updateFields:MessageUpdateFields -> Task
[<DoesServiceRequestAttribute>]
override UpdateMessageAsync : 
        message:CloudQueueMessage *
        visibilityTimeout:TimeSpan *
        updateFields:MessageUpdateFields -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function UpdateMessageAsync (
	message As CloudQueueMessage,
	visibilityTimeout As TimeSpan,
	updateFields As MessageUpdateFields
) As Task
Return to top