SimpleDataflow<T>.EnsureOrdered method

Sets ordered processing for the next blocks.

public SimpleDataflow EnsureOrdered(bool value = true)

Remarks

If this method is not called, the default is unordered.

See Also