Title here
Summary here
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.
public class WaitTransformation : WaitTransformation<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
public WaitTransformation()
public WaitTransformation(params DataFlowComponent[] dataFlowComponents)
Type | Name | Description |
---|---|---|
DataFlowComponent[] | dataFlowComponents |