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

EndCreateDomainName() public method

Finishes the asynchronous execution of the CreateDomainName operation.
public EndCreateDomainName ( IAsyncResult asyncResult ) : CreateDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDomainName.
return Amazon.APIGateway.Model.CreateDomainNameResponse
        public  CreateDomainNameResponse EndCreateDomainName(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDomainNameResponse>(asyncResult);
        }
AmazonAPIGatewayClient