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

EndListDeadLetterSourceQueues() public method

Finishes the asynchronous execution of the ListDeadLetterSourceQueues operation.
public EndListDeadLetterSourceQueues ( IAsyncResult asyncResult ) : ListDeadLetterSourceQueuesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListDeadLetterSourceQueues.
return Amazon.SQS.Model.ListDeadLetterSourceQueuesResponse
        public  ListDeadLetterSourceQueuesResponse EndListDeadLetterSourceQueues(IAsyncResult asyncResult)
        {
            return EndInvoke<ListDeadLetterSourceQueuesResponse>(asyncResult);
        }
AmazonSQSClient