ISource::release Method

When overridden in a derived class, releases a previous successful message reservation.

virtual void release(
   runtime_object_identity _MsgId,
   _Inout_ ITarget<_Type> * _PTarget
) = 0;

Parameters

  • _MsgId
    The runtime_object_identity of the reserved message object.

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

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

ISource Class