Dela via


BrokeredMessage.DeferAsync Method

Definition

Overloads

DeferAsync()

Asynchronously indicates that the receiver wants to defer the processing for this message.

DeferAsync(IDictionary<String,Object>)

Asynchronously indicates that the receiver wants to defer the processing for this message.

DeferAsync()

Asynchronously indicates that the receiver wants to defer the processing for this message.

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

Returns

The asynchronous result of the operation.

Applies to

DeferAsync(IDictionary<String,Object>)

Asynchronously indicates that the receiver wants to defer the processing for this message.

public System.Threading.Tasks.Task DeferAsync(System.Collections.Generic.IDictionary<string,object> propertiesToModify);
member this.DeferAsync : System.Collections.Generic.IDictionary<string, obj> -> System.Threading.Tasks.Task
Public Function DeferAsync (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