Interface IExecutionGraphContributor
Namespace: Cephalon.Abstractions.Execution
Assembly: Cephalon.Abstractions.dll
Contributes one or more execution graphs to the active runtime.
public interface IExecutionGraphContributorMethods
Section titled “Methods”RegisterExecutionGraphs(IExecutionGraphRegistry)
Section titled “ RegisterExecutionGraphs(IExecutionGraphRegistry)”Registers one or more execution graphs owned by the contributor.
void RegisterExecutionGraphs(IExecutionGraphRegistry graphs)Parameters
Section titled “Parameters”graphs IExecutionGraphRegistry
The execution-graph registry receiving graph descriptors.