Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserves a message previously offered by this choice messaging block.
virtual bool reserve(
runtime_object_identity _MsgId,
ITarget<size_t> * _PTarget
);
Parameters
_MsgId
The runtime_object_identity of the message object being reserved._PTarget
A pointer to the target block that is calling the reserve method.
Return Value
true if the message was successfully reserved, false otherwise. Reservations can fail for many reasons, including: the message was already reserved or accepted by another target, the source could deny reservations, etc.
Remarks
After you call reserve, if it succeeds, you must call either consume or release in order to take or give up possession of the message, respectively.
Requirements
Header: agents.h
Namespace: Concurrency