Synchronously send a message for processing.
void sync_send(
   _Inout_opt_ message<_Source_type> * _PMessage
);
Parameters
- _PMessage
A pointer to the message being sent. 
Requirements
Header: agents.h
Namespace: concurrency
Synchronously send a message for processing.
void sync_send(
   _Inout_opt_ message<_Source_type> * _PMessage
);
Header: agents.h
Namespace: concurrency