Interface IEdgeNodeContributor
Namespace: Cephalon.Edge.Services
Assembly: Cephalon.Edge.dll
Allows a module to contribute edge nodes into the active edge runtime pack.
public interface IEdgeNodeContributorMethods
Section titled “Methods”RegisterNodes(IEdgeNodeRegistry)
Section titled “ RegisterNodes(IEdgeNodeRegistry)”Registers one or more edge node descriptors with the supplied registry.
void RegisterNodes(IEdgeNodeRegistry nodes)Parameters
Section titled “Parameters”nodes IEdgeNodeRegistry
The registry that collects contributed node descriptors.