Share via


ServiceBusReceiver.DisposeAsync Method

Definition

Performs the task needed to clean up resources used by the ServiceBusReceiver. This is equivalent to calling CloseAsync(CancellationToken).

public virtual System.Threading.Tasks.ValueTask DisposeAsync();

Returns

A task to be resolved on when the operation has completed.

Implements

Applies to