join::propagate_to_any_targets Method

Constructs an output message containing an input message from each source when they have all propagated a message. Sends this output message out to each of its targets.

void propagate_to_any_targets(
   _Inout_opt_ message<_OutputType> *
);

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

join Class