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

EndPurgeQueue() public méthode

Finishes the asynchronous execution of the PurgeQueue operation.
public EndPurgeQueue ( IAsyncResult asyncResult ) : PurgeQueueResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPurgeQueue.
Résultat PurgeQueueResponse
        public  PurgeQueueResponse EndPurgeQueue(IAsyncResult asyncResult)
        {
            return EndInvoke<PurgeQueueResponse>(asyncResult);
        }
AmazonSQSClient