call::process_message Method

Processes a message that was accepted by this call messaging block.

virtual void process_message(
   _Inout_ message<_Type> * _PMessage
);

Parameters

  • _PMessage
    A pointer to the message that is to be handled.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

call Class