BrokeredMessage.AbandonAsync Method

Definition

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