Skip to content

Interface ICellRouteRegistry

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

Collects cell-route descriptors during runtime composition.

public interface ICellRouteRegistry

Adds one cell-route descriptor to the active runtime composition.

void Add(CellRouteDescriptor cellRoute)

cellRoute CellRouteDescriptor

The cell-route descriptor to add.