C#C++F#VB
CloudQueue.::..UpdateMessageAsync Method (CloudQueueMessage, TimeSpan, MessageUpdateFields)(CloudQueueMessage^, TimeSpan, MessageUpdateFields)(CloudQueueMessage, TimeSpan, MessageUpdateFields)(CloudQueueMessage, TimeSpan, MessageUpdateFields)
Initiates an asynchronous operation to update the visibility timeout and optionally the content of a message.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task UpdateMessageAsync( CloudQueueMessage message, TimeSpan visibilityTimeout, MessageUpdateFields updateFields )
C++
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
Parameters
- message
-
Type:
Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessageMicrosoft.WindowsAzure.Storage.Queue::CloudQueueMessage^Microsoft.WindowsAzure.Storage.Queue.CloudQueueMessageMicrosoft.WindowsAzure.Storage.Queue.CloudQueueMessage
A CloudQueueMessage object.
- visibilityTimeout
-
Type:
System.TimeSpanSystem::TimeSpanSystem.TimeSpanSystem.TimeSpan
A TimeSpan specifying the visibility timeout interval.
- updateFields
-
Type:
Microsoft.WindowsAzure.Storage.Queue.MessageUpdateFieldsMicrosoft.WindowsAzure.Storage.Queue::MessageUpdateFieldsMicrosoft.WindowsAzure.Storage.Queue.MessageUpdateFieldsMicrosoft.WindowsAzure.Storage.Queue.MessageUpdateFields
A set of MessageUpdateFields values that specify which parts of the message are to be updated.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.