MessageReceiver.DeferAsync Method

Definition

Overloads

DeferAsync(Guid, IDictionary<String,Object>)

Asynchronously defer the processing of the message.

DeferAsync(Guid)

Asynchronously defer the processing of the message.

DeferAsync(Guid, IDictionary<String,Object>)

Asynchronously defer the processing of the message.

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

Parameters

lockToken
Guid

The lock token.

propertiesToModify
IDictionary<String,Object>

The properties to modify.

Returns

The asynchronous operation.

Applies to

DeferAsync(Guid)

Asynchronously defer the processing of the message.

public System.Threading.Tasks.Task DeferAsync (Guid lockToken);
abstract member DeferAsync : Guid -> System.Threading.Tasks.Task
override this.DeferAsync : Guid -> System.Threading.Tasks.Task
Public Function DeferAsync (lockToken As Guid) As Task

Parameters

lockToken
Guid

The lock token.

Returns

The asynchronous operation.

Applies to