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

EndGetBasePathMappings() public method

Finishes the asynchronous execution of the GetBasePathMappings operation.
public EndGetBasePathMappings ( IAsyncResult asyncResult ) : GetBasePathMappingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBasePathMappings.
return Amazon.APIGateway.Model.GetBasePathMappingsResponse
        public  GetBasePathMappingsResponse EndGetBasePathMappings(IAsyncResult asyncResult)
        {
            return EndInvoke<GetBasePathMappingsResponse>(asyncResult);
        }
AmazonAPIGatewayClient