ordered_message_processor::sync_send Method

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

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

Parameters

  • _Msg
    A pointer to a message.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

ordered_message_processor Class