BrokeredMessage.AbandonAsync Méthode

Définition

Surcharges

AbandonAsync()

Abandonne de façon asynchrone le verrou sur un message verrouillé par un aperçu.

AbandonAsync(IDictionary<String,Object>)

Abandonne de façon asynchrone le verrou sur un message verrouillé par un aperçu.

AbandonAsync()

Abandonne de façon asynchrone le verrou sur un message verrouillé par un aperçu.

public System.Threading.Tasks.Task AbandonAsync ();
member this.AbandonAsync : unit -> System.Threading.Tasks.Task
Public Function AbandonAsync () As Task

Retours

Résultat asynchrone de l'opération.

S’applique à

AbandonAsync(IDictionary<String,Object>)

Abandonne de façon asynchrone le verrou sur un message verrouillé par un aperçu.

public System.Threading.Tasks.Task AbandonAsync (System.Collections.Generic.IDictionary<string,object> propertiesToModify);
member this.AbandonAsync : System.Collections.Generic.IDictionary<string, obj> -> System.Threading.Tasks.Task
Public Function AbandonAsync (propertiesToModify As IDictionary(Of String, Object)) As Task

Paramètres

propertiesToModify
IDictionary<String,Object>

Collection de paires clé-valeur de propriétés à modifier.

Retours

Résultat asynchrone de l'opération.

S’applique à