Language

IDataflowBlock Interface

Definition

Represents a dataflow block.

public interface class IDataflowBlock
public interface IDataflowBlock
type IDataflowBlock = interface
Public Interface IDataflowBlock
Derived

Properties

Name Description
Completion

Gets a Task that represents the asynchronous operation and completion of the dataflow block.

Methods

Name Description
Complete()

Signals to the IDataflowBlock that it should not accept nor produce any more messages nor consume any more postponed messages.

Fault(Exception)

Causes the IDataflowBlock to complete in a Faulted state.

Applies to