Amazon.SQS.AmazonSQSClient.EndListDeadLetterSourceQueues C# (CSharp) Méthode

EndListDeadLetterSourceQueues() public méthode

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