Class ParallelComputationContext
- Namespace
- NMF.Transformations.Parallel
- Assembly
- NMF.Transformations.Parallel.dll
Denotes a context of a computation in a parallel transformation
public class ParallelComputationContext : ComputationContext, IComputationContext
- Inheritance
-
ParallelComputationContext
- Implements
- Inherited Members
Constructors
ParallelComputationContext(ITransformationContext)
Creates a new parallel execution context
public ParallelComputationContext(ITransformationContext context)
Parameters
context
ITransformationContext
Methods
MarkRequire(Computation, bool)
Mark that this computation context requires another computation context to be done
public override void MarkRequire(Computation other, bool isRequired)
Parameters
other
ComputationThe other computation context
isRequired
boolTrue, if the other context is a strict requirement