GraphShell Constructor
Constructor. The graph cannot be run before
Build has been invoked.
Namespace: Quine.GraphAssembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public GraphShell(
ILifetimeScope parent,
ITreeIdentity owner,
GraphState graphState
)
Parameters
- parent ILifetimeScope
- Lifetime scope to use for the run. The graph and all nodes are constructed with it as the initial lifetime.
- owner ITreeIdentity
- The "owning" job in the tree; use null for root jobs.
- graphState GraphState
- Description of the graph to run.