target_block::sync_send Method
Synchronously send a message for processing.
void sync_send(
message<_Source_type> * _PMessage
);
Parameters
- _PMessage
A pointer to the message being sent.
Requirements
Header: agents.h
Namespace: Concurrency
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Synchronously send a message for processing.
void sync_send(
message<_Source_type> * _PMessage
);
Header: agents.h
Namespace: Concurrency