Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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