choice::release Method

Releases a previous successful message reservation.

virtual void release(
   runtime_object_identity _MsgId,
   _Inout_ ITarget<size_t> * _PTarget
);

Parameters

  • _MsgId
    The runtime_object_identity of the message object being released.

  • _PTarget
    A pointer to the target block that is calling the release method.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

choice Class