MessageReceiver.DeferAsync 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
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET