CustomRouter.

AddServiceToRoute(string, IService) Method

Namespace
CondenserDotNet.Server
Containing Type
CustomRouter

Syntax

public void AddServiceToRoute(string route, IService serviceToAdd)

Parameters

Name Type Description
route string
serviceToAdd IService

Return Value

Type Description
void