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

EndGetDomainName() public method

Finishes the asynchronous execution of the GetDomainName operation.
public EndGetDomainName ( IAsyncResult asyncResult ) : GetDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomainName.
return Amazon.APIGateway.Model.GetDomainNameResponse
        public  GetDomainNameResponse EndGetDomainName(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDomainNameResponse>(asyncResult);
        }
AmazonAPIGatewayClient