Amazon.SQS.AmazonSQSClient.EndChangeMessageVisibility C# (CSharp) Méthode

EndChangeMessageVisibility() public méthode

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.
Résultat Amazon.SQS.Model.ChangeMessageVisibilityResponse
        public  ChangeMessageVisibilityResponse EndChangeMessageVisibility(IAsyncResult asyncResult)
        {
            return EndInvoke<ChangeMessageVisibilityResponse>(asyncResult);
        }
AmazonSQSClient