[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Interface implemented by graph components that consumes streams.

The following tables list the members exposed by the ISinkGraph type.

Public Methods

  NameDescription
Render
Sets up the graph, including adding filters and connecting them.

Run
Runs the graph.
(Inherited from IGraph.)
Stop
Stops the graph.
(Inherited from IGraph.)

Public Properties

  NameDescription
Source
Gets a reference to the ISourceGraph that is the source for this sink, a null reference if none is set.

Public Events

  NameDescription
Error
Occurs when there is an error in the asyncronous stream processing.
(Inherited from IGraph.)