source_block::sync_send Method

Synchronously queues up messages and starts a propagation task, if this has not been done already.

virtual void sync_send(
   _Inout_opt_ message<_Target_type> * _Msg
);

Parameters

  • _Msg
    A pointer to a message object to synchronously send.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

source_block Class