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

EndChangeMessageVisibility() public method

Finishes the asynchronous execution of the ChangeMessageVisibility operation.
public EndChangeMessageVisibility ( IAsyncResult asyncResult ) : Amazon.SQS.Model.ChangeMessageVisibilityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginChangeMessageVisibility.
return Amazon.SQS.Model.ChangeMessageVisibilityResponse
        public  ChangeMessageVisibilityResponse EndChangeMessageVisibility(IAsyncResult asyncResult)
        {
            return EndInvoke<ChangeMessageVisibilityResponse>(asyncResult);
        }
AmazonSQSClient