| Class | Description |
|---|---|
| DataflowComplexExpression<T> |
Provides the infrastructure for dataflow expressions to evaluate arguments.
|
| DataflowExpression<T> |
The base class for all dataflow elements.
|
| DataflowExpression.BindDataflow<T> |
Represents a remote message binding a value to a remoted DataflowExpression
|
| DataflowExpression.TransformMany<V> | |
| DataflowExpression.TransformOne<V> | |
| DataflowExpression.WaitingThread |
A logical representation of a synchronous or asynchronous request to read the value once it is bound.
|
| DataflowGetPropertyExpression<T> |
A DFE, which evaluates a property when the receiver becomes available
|
| DataflowInvocationExpression |
A dataflow expression, which invokes a method after the receiver as well as all the arguments become available
|
| RemoteDataflowExpression<T> |