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

EndGetBasePathMapping() public method

Finishes the asynchronous execution of the GetBasePathMapping operation.
public EndGetBasePathMapping ( IAsyncResult asyncResult ) : GetBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBasePathMapping.
return Amazon.APIGateway.Model.GetBasePathMappingResponse
        public  GetBasePathMappingResponse EndGetBasePathMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBasePathMappingResponse>(asyncResult);
        }
AmazonAPIGatewayClient