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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET