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

EndDeleteBasePathMapping() public method

Finishes the asynchronous execution of the DeleteBasePathMapping operation.
public EndDeleteBasePathMapping ( IAsyncResult asyncResult ) : DeleteBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBasePathMapping.
return DeleteBasePathMappingResponse
        public  DeleteBasePathMappingResponse EndDeleteBasePathMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBasePathMappingResponse>(asyncResult);
        }
AmazonAPIGatewayClient