CustomRouter.

RemoveServiceFromRoute(string, IService) Method

Namespace
CondenserDotNet.Server
Containing Type
CustomRouter

Syntax

public void RemoveServiceFromRoute(string route, IService serviceToRemove)

Parameters

Name Type Description
route string
serviceToRemove IService

Return Value

Type Description
void