Matt
Matt

Reputation: 7254

Check for any down-stream data blocks

Is there a way to figure out whether BroadcastBlock<T,T> links to any data blocks?

How to check whether any down-stream data blocks are linked to from BroadcastBlock?

Upvotes: 3

Views: 70

Answers (1)

i3arnon
i3arnon

Reputation: 116586

No. There isn't. Dataflow blocks do not publicly expose linked blocks.

Upvotes: 2

Related Questions