Skip to content

Interface IExecutionGraphRegistry

Namespace: Cephalon.Abstractions.Execution
Assembly: Cephalon.Abstractions.dll

Receives execution graphs contributed by active modules.

public interface IExecutionGraphRegistry

Adds an execution graph to the current runtime composition.

void Add(ExecutionGraphDescriptor graph)

graph ExecutionGraphDescriptor

The execution graph to register.