ข้ามไปยังเนื้อหา

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.