Class WaitTransformation

The WaitTransformation will wait for other components in the data flow before it continues to process data. Alternatively, the WaitTransformation can wait for one or more TaskCompletionSources before data can pass.

Inherited Members
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public class WaitTransformation : WaitTransformation<ExpandoObject>, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask

Constructors

WaitTransformation()

Declaration
    public WaitTransformation()

WaitTransformation(params DataFlowComponent[])

Declaration
    public WaitTransformation(params DataFlowComponent[] dataFlowComponents)
Parameters
TypeNameDescription
DataFlowComponent[]dataFlowComponents

Implements