This topic has not yet been rated - Rate this topic

single_assignment::reserve_message Method

Reserves a message previously offered by this single_assignment messaging block.

virtual bool reserve_message(
   runtime_object_identity _MsgId
);
_MsgId

The runtime_object_identity of the message object being reserved.

true if the message was successfully reserved, false otherwise.

After reserve is called, if it returns true, either consume or release must be called to either take or release ownership of the message.

Header: agents.h

Namespace: concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.