BrokeredMessage.AbandonAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET