BrokeredMessage.AbandonAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AbandonAsync() |
Asynchronously abandons the lock on a peek-locked message. |
AbandonAsync(IDictionary<String,Object>) |
Asynchronously abandons the lock on a peek-locked message. |
AbandonAsync()
Asynchronously abandons the lock on a peek-locked message.
public System.Threading.Tasks.Task AbandonAsync ();
member this.AbandonAsync : unit -> System.Threading.Tasks.Task
Public Function AbandonAsync () As Task
Returns
The asynchronous result of the operation.
Applies to
AbandonAsync(IDictionary<String,Object>)
Asynchronously abandons the lock on a peek-locked message.
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
Parameters
- propertiesToModify
- IDictionary<String,Object>
The key-value pair collection of properties to modify.
Returns
The asynchronous result of the operation.
Applies to
Azure SDK for .NET