Class ParallelComputationContext
Denotes a context of a computation in a parallel transformation
Implements
Inherited Members
Namespace: NMF.Transformations.Parallel
Assembly: NMF.Transformations.Parallel.dll
Syntax
public class ParallelComputationContext : ComputationContext, IComputationContext
Constructors
| Edit this page View SourceParallelComputationContext(ITransformationContext)
Creates a new parallel execution context
Declaration
public ParallelComputationContext(ITransformationContext context)
Parameters
Type | Name | Description |
---|---|---|
ITransformationContext | context |
Methods
| Edit this page View SourceMarkRequire(Computation, bool)
Mark that this computation context requires another computation context to be done
Declaration
public override void MarkRequire(Computation other, bool isRequired)
Parameters
Type | Name | Description |
---|---|---|
Computation | other | The other computation context |
bool | isRequired | True, if the other context is a strict requirement |