Amazon.SQS.AmazonSQSClient.EndListQueues C# (CSharp) Method

EndListQueues() public method

Finishes the asynchronous execution of the ListQueues operation.
public EndListQueues ( IAsyncResult asyncResult ) : ListQueuesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListQueues.
return Amazon.SQS.Model.ListQueuesResponse
        public  ListQueuesResponse EndListQueues(IAsyncResult asyncResult)
        {
            return EndInvoke<ListQueuesResponse>(asyncResult);
        }
AmazonSQSClient