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
contextITransformationContext
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
otherComputationThe other computation context
isRequiredboolTrue, if the other context is a strict requirement