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

EndGetDomainNames() public method

Finishes the asynchronous execution of the GetDomainNames operation.
public EndGetDomainNames ( IAsyncResult asyncResult ) : GetDomainNamesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomainNames.
return Amazon.APIGateway.Model.GetDomainNamesResponse
        public  GetDomainNamesResponse EndGetDomainNames(IAsyncResult asyncResult)
        {
            return EndInvoke<GetDomainNamesResponse>(asyncResult);
        }
AmazonAPIGatewayClient