Skip to content

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 IEdgeNodeContributor

Registers one or more edge node descriptors with the supplied registry.

void RegisterNodes(IEdgeNodeRegistry nodes)

nodes IEdgeNodeRegistry

The registry that collects contributed node descriptors.