Interface IExecutionGraphRegistry
Namespace: Cephalon.Abstractions.Execution
Assembly: Cephalon.Abstractions.dll
Receives execution graphs contributed by active modules.
public interface IExecutionGraphRegistryMethods
Section titled “Methods”Add(ExecutionGraphDescriptor)
Section titled “ Add(ExecutionGraphDescriptor)”Adds an execution graph to the current runtime composition.
void Add(ExecutionGraphDescriptor graph)Parameters
Section titled “Parameters”graph ExecutionGraphDescriptor
The execution graph to register.