Table of Contents

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 Computation

The other computation context

isRequired bool

True, if the other context is a strict requirement