MessageProcessor.BeginProcessingMessageAsync 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.
[System.Diagnostics.DebuggerStepThrough]
public virtual System.Threading.Tasks.Task<bool> BeginProcessingMessageAsync(Microsoft.Azure.ServiceBus.Message message, System.Threading.CancellationToken cancellationToken);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member BeginProcessingMessageAsync : Microsoft.Azure.ServiceBus.Message * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.BeginProcessingMessageAsync : Microsoft.Azure.ServiceBus.Message * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function BeginProcessingMessageAsync (message As Message, cancellationToken As CancellationToken) As Task(Of Boolean)
Parameters
- message
- Message
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<System.Boolean>
- Attributes
-
System.Diagnostics.DebuggerStepThroughAttribute