Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
IsSetQueueNamePrefix ( ) : bool |
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. |
return | System |