Amazon.APIGateway.AmazonAPIGatewayClient.EndUpdateDomainName C# (CSharp) Method

EndUpdateDomainName() public method

Finishes the asynchronous execution of the UpdateDomainName operation.
public EndUpdateDomainName ( IAsyncResult asyncResult ) : UpdateDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDomainName.
return Amazon.APIGateway.Model.UpdateDomainNameResponse
        public  UpdateDomainNameResponse EndUpdateDomainName(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateDomainNameResponse>(asyncResult);
        }
AmazonAPIGatewayClient