message_processor::sync_send Method

When overridden in a derived class, places messages into the block synchronously.

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

Parameters

  • _Msg
    A message object to send synchronously.

Remarks

Processor implementations should override this method.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

message_processor Class