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

EndGetQueueAttributes() public method

Finishes the asynchronous execution of the GetQueueAttributes operation.
public EndGetQueueAttributes ( IAsyncResult asyncResult ) : GetQueueAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetQueueAttributes.
return Amazon.SQS.Model.GetQueueAttributesResponse
        public  GetQueueAttributesResponse EndGetQueueAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<GetQueueAttributesResponse>(asyncResult);
        }
AmazonSQSClient