Freigeben über


CloudQueue.UpdateMessageAsync Methode

Definition

Überlädt

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, CancellationToken)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UpdateMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, TimeSpan visibilityTimeout, Microsoft.Azure.Storage.Queue.MessageUpdateFields updateFields, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function UpdateMessageAsync (message As CloudQueueMessage, visibilityTimeout As TimeSpan, updateFields As MessageUpdateFields, options As QueueRequestOptions, operationContext As OperationContext) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

visibilityTimeout
TimeSpan

Ein TimeSpan , der das Timeoutintervall für die Sichtbarkeit angibt.

updateFields
MessageUpdateFields

Eine Gruppe von MessageUpdateFields Werten, die angeben, welche Teile der Nachricht aktualisiert werden sollen.

options
QueueRequestOptions

Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext, CancellationToken)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UpdateMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, TimeSpan visibilityTimeout, Microsoft.Azure.Storage.Queue.MessageUpdateFields updateFields, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UpdateMessageAsync (message As CloudQueueMessage, visibilityTimeout As TimeSpan, updateFields As MessageUpdateFields, options As QueueRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

visibilityTimeout
TimeSpan

Ein TimeSpan , der das Timeoutintervall für die Sichtbarkeit angibt.

updateFields
MessageUpdateFields

Eine Gruppe von MessageUpdateFields Werten, die angeben, welche Teile der Nachricht aktualisiert werden sollen.

options
QueueRequestOptions

Ein QueueRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UpdateMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, TimeSpan visibilityTimeout, Microsoft.Azure.Storage.Queue.MessageUpdateFields updateFields);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields -> System.Threading.Tasks.Task
override this.UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields -> System.Threading.Tasks.Task
Public Overridable Function UpdateMessageAsync (message As CloudQueueMessage, visibilityTimeout As TimeSpan, updateFields As MessageUpdateFields) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

visibilityTimeout
TimeSpan

Ein TimeSpan , der das Timeoutintervall für die Sichtbarkeit angibt.

updateFields
MessageUpdateFields

Eine Gruppe von MessageUpdateFields Werten, die angeben, welche Teile der Nachricht aktualisiert werden sollen.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für:

UpdateMessageAsync(CloudQueueMessage, TimeSpan, MessageUpdateFields, CancellationToken)

Initiiert einen asynchronen Vorgang, um das Sichtbarkeitstimeout und optional den Inhalt einer Nachricht zu aktualisieren.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task UpdateMessageAsync (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, TimeSpan visibilityTimeout, Microsoft.Azure.Storage.Queue.MessageUpdateFields updateFields, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.UpdateMessageAsync : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function UpdateMessageAsync (message As CloudQueueMessage, visibilityTimeout As TimeSpan, updateFields As MessageUpdateFields, cancellationToken As CancellationToken) As Task

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

visibilityTimeout
TimeSpan

Ein TimeSpan , der das Timeoutintervall für die Sichtbarkeit angibt.

updateFields
MessageUpdateFields

Eine Gruppe von MessageUpdateFields Werten, die angeben, welche Teile der Nachricht aktualisiert werden sollen.

cancellationToken
CancellationToken

Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.

Gibt zurück

Ein Task-Objekt, das den asynchronen Vorgang darstellt.

Attribute

Gilt für: