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

Container for the parameters to the ListQueues operation. Returns a list of your queues. The maximum number of queues that can be returned is 1,000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name that begins with the specified value are returned.
Наследование: AmazonSQSRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ListQueuesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ListQueuesRequest ( string queueNamePrefix ) : System

Instantiates ListQueuesRequest with the parameterized properties

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

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

Описание методов

ListQueuesRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ListQueuesRequest ( ) : System
Результат System

ListQueuesRequest() публичный Метод

Instantiates ListQueuesRequest with the parameterized properties
public ListQueuesRequest ( string queueNamePrefix ) : System
queueNamePrefix string A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned. Queue names are case-sensitive.
Результат System