BrokeredMessage.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() |
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
Azure SDK for .NET