BrokeredMessage.CompleteAsync Method

Definition

Asynchronously completes the receive operation of a message and indicates that the message should be marked as processed and deleted.

public System.Threading.Tasks.Task CompleteAsync ();
member this.CompleteAsync : unit -> System.Threading.Tasks.Task
Public Function CompleteAsync () As Task

Returns

The asynchronous result of the operation.

Applies to