Amazon.Route53.AmazonRoute53Client.EndUpdateHostedZoneComment C# (CSharp) Method

EndUpdateHostedZoneComment() public method

Finishes the asynchronous execution of the UpdateHostedZoneComment operation.
public EndUpdateHostedZoneComment ( IAsyncResult asyncResult ) : UpdateHostedZoneCommentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateHostedZoneComment.
return UpdateHostedZoneCommentResponse
        public  UpdateHostedZoneCommentResponse EndUpdateHostedZoneComment(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateHostedZoneCommentResponse>(asyncResult);
        }
AmazonRoute53Client