Show / Hide Table of Contents

Class SequentialExecutionEngine

Denotes a standard sequential execution engine

Inheritance
object
ExecutionEngine
SequentialExecutionEngine
Inherited Members
ExecutionEngine.TransactionActive
ExecutionEngine.BeginTransaction()
ExecutionEngine.CommitTransaction()
ExecutionEngine.RollbackTransaction()
ExecutionEngine.InvalidateNode(INotifiable)
ExecutionEngine.ExecuteSingle(INotifiable)
ExecutionEngine.Current
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class SequentialExecutionEngine : ExecutionEngine

Methods

| Edit this page View Source

Execute(List<INotifiable>)

Propagates changes of the given DDG nodes

Declaration
protected override void Execute(List<INotifiable> nodes)
Parameters
Type Name Description
List<INotifiable> nodes

The changed DDG nodes

Overrides
ExecutionEngine.Execute(List<INotifiable>)

Extension Methods

ExpressionExtensions.AsOne<T>(T)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX