source_block::propagate_to_any_targets Method
When overridden in a derived class, propagates the given message to any or all of the linked targets. This is the main propagation routine for message blocks.
virtual void propagate_to_any_targets(
message<_Target_type> * _PMessage
) = 0;
Parameters
- _PMessage
A pointer to the message that is to be propagated.
Requirements
Header: agents.h
Namespace: Concurrency