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

EndCreateQueue() public method

Finishes the asynchronous execution of the CreateQueue operation.
public EndCreateQueue ( IAsyncResult asyncResult ) : CreateQueueResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateQueue.
return Amazon.SQS.Model.CreateQueueResponse
        public  CreateQueueResponse EndCreateQueue(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateQueueResponse>(asyncResult);
        }
AmazonSQSClient