Freigeben über


CloudQueue.BeginUpdateMessage Methode

Definition

Überlädt

BeginUpdateMessage(CloudQueueMessage, TimeSpan, MessageUpdateFields, AsyncCallback, Object)

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

BeginUpdateMessage(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext, AsyncCallback, Object)

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

BeginUpdateMessage(CloudQueueMessage, TimeSpan, MessageUpdateFields, AsyncCallback, Object)

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

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginUpdateMessage (Microsoft.Azure.Storage.Queue.CloudQueueMessage message, TimeSpan visibilityTimeout, Microsoft.Azure.Storage.Queue.MessageUpdateFields updateFields, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginUpdateMessage : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginUpdateMessage : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginUpdateMessage (message As CloudQueueMessage, visibilityTimeout As TimeSpan, updateFields As MessageUpdateFields, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

visibilityTimeout
TimeSpan

Ein TimeSpan , der das Sichtbarkeitstimeoutintervall angibt.

updateFields
MessageUpdateFields

Ein Satz von MessageUpdateFields Werten, der angibt, welche Teile der Nachricht aktualisiert werden sollen.

callback
AsyncCallback

Ein AsyncCallback Delegat, der eine Benachrichtigung erhält, wenn der asynchrone Vorgang abgeschlossen ist.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegaten übergeben wird.

Gibt zurück

Ein ICancellableAsyncResult , der auf den asynchronen Vorgang verweist.

Attribute

Gilt für:

BeginUpdateMessage(CloudQueueMessage, TimeSpan, MessageUpdateFields, QueueRequestOptions, OperationContext, AsyncCallback, Object)

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

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginUpdateMessage (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, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginUpdateMessage : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginUpdateMessage : Microsoft.Azure.Storage.Queue.CloudQueueMessage * TimeSpan * Microsoft.Azure.Storage.Queue.MessageUpdateFields * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginUpdateMessage (message As CloudQueueMessage, visibilityTimeout As TimeSpan, updateFields As MessageUpdateFields, options As QueueRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameter

message
CloudQueueMessage

Ein CloudQueueMessage-Objekt.

visibilityTimeout
TimeSpan

Ein TimeSpan , der das Sichtbarkeitstimeoutintervall angibt.

updateFields
MessageUpdateFields

Ein Satz von MessageUpdateFields Werten, der angibt, 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.

callback
AsyncCallback

Ein AsyncCallback Delegat, der eine Benachrichtigung erhält, wenn der asynchrone Vorgang abgeschlossen ist.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegaten übergeben wird.

Gibt zurück

Ein ICancellableAsyncResult , der auf den asynchronen Vorgang verweist.

Attribute

Gilt für: