Interface ICellRouteRegistry
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Collects cell-route descriptors during runtime composition.
public interface ICellRouteRegistryMethods
Section titled “Methods”Add(CellRouteDescriptor)
Section titled “ Add(CellRouteDescriptor)”Adds one cell-route descriptor to the active runtime composition.
void Add(CellRouteDescriptor cellRoute)Parameters
Section titled “Parameters”cellRoute CellRouteDescriptor
The cell-route descriptor to add.