QueueProcessor.DeleteMessageAsync(QueueMessage, CancellationToken) 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.
Delete the specified message.
protected virtual System.Threading.Tasks.Task DeleteMessageAsync (Azure.Storage.Queues.Models.QueueMessage message, System.Threading.CancellationToken cancellationToken);
abstract member DeleteMessageAsync : Azure.Storage.Queues.Models.QueueMessage * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteMessageAsync : Azure.Storage.Queues.Models.QueueMessage * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function DeleteMessageAsync (message As QueueMessage, cancellationToken As CancellationToken) As Task
Parameters
- message
- QueueMessage
The message to delete.
- cancellationToken
- CancellationToken
The CancellationToken to use.
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET