SimpleDataflow class

Supports a linear pipeline of data using TPL Dataflow.

public static class SimpleDataflow

Public Members

name description
static Create(…) Starts a linear pipeline of data using TPL Dataflow.
static Create<T>(…) Starts a linear pipeline of data using TPL Dataflow.

See Also