Interface ICellRouteContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Allows a module to contribute cell routes to the active runtime.
public interface ICellRouteContributorMethods
Section titled “Methods”RegisterCellRoutes(ICellRouteRegistry)
Section titled “ RegisterCellRoutes(ICellRouteRegistry)”Registers the cell routes owned by the contributing module.
void RegisterCellRoutes(ICellRouteRegistry routes)Parameters
Section titled “Parameters”routes ICellRouteRegistry
The registry that receives cell-route descriptors.