Show / Hide Table of Contents

Interface ITransformationEngineContext

Denotes the transformation context of a parallel transformation engine

Inherited Members
ITransformationContext.IsThreadSafe
ITransformationContext.Bag
ITransformationContext.Data
ITransformationContext.Transformation
ITransformationContext.Computations
ITransformationContext.CallTransformation(GeneralTransformationRule, object[], IEnumerable)
ITransformationContext.Trace
ITransformationContext.Inputs
ITransformationContext.Input
ITransformationContext.Outputs
ITransformationContext.ComputationCompleted
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public interface ITransformationEngineContext : ITransformationContext

Methods

| Edit this page View Source

ExecutePending()

Waits until all pending actions have been processed

Declaration
void ExecutePending()

Extension Methods

TransformationContextExtensions.CallTransformation(ITransformationContext, GeneralTransformationRule, params object[])
TraceExtensions.GetOrCreateUserItem<TValue>(ITransformationContext, object, Func<TValue>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX