Amazon.SQS.AmazonSQSClient.EndListDeadLetterSourceQueues C# (CSharp) 메소드

EndListDeadLetterSourceQueues() 공개 메소드

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