C# Класс Amazon.SQS.Model.PurgeQueueRequest

Container for the parameters to the PurgeQueue operation. Deletes the messages in a queue specified by the QueueURL parameter.

When you use the PurgeQueue action, you can't retrieve a message deleted from a queue.

When you purge a queue, the message deletion process takes up to 60 seconds. All messages sent to the queue before calling the PurgeQueue action are deleted. Messages sent to the queue while it is being purged might be deleted. While the queue is being purged, messages sent to the queue before PurgeQueue is called might be received, but are deleted within the next minute.

Наследование: AmazonSQSRequest
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetQueueUrl ( ) : bool