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

EndReceiveMessage() public method

Finishes the asynchronous execution of the ReceiveMessage operation.
public EndReceiveMessage ( IAsyncResult asyncResult ) : ReceiveMessageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReceiveMessage.
return Amazon.SQS.Model.ReceiveMessageResponse
        public  ReceiveMessageResponse EndReceiveMessage(IAsyncResult asyncResult)
        {
            return EndInvoke<ReceiveMessageResponse>(asyncResult);
        }
AmazonSQSClient