ข้ามไปยังเนื้อหา

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.