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

EndSendMessage() public method

Finishes the asynchronous execution of the SendMessage operation.
public EndSendMessage ( IAsyncResult asyncResult ) : SendMessageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSendMessage.
return Amazon.SQS.Model.SendMessageResponse
        public  SendMessageResponse EndSendMessage(IAsyncResult asyncResult)
        {
            return EndInvoke<SendMessageResponse>(asyncResult);
        }
AmazonSQSClient