Skip to content

Interface ICellRouteContributor

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Allows a module to contribute cell routes to the active runtime.

public interface ICellRouteContributor

Registers the cell routes owned by the contributing module.

void RegisterCellRoutes(ICellRouteRegistry routes)

routes ICellRouteRegistry

The registry that receives cell-route descriptors.