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.
Releases a reference count on this multiple_join messaging block.
virtual void release_ref(
ITarget<_Destination_type> * _PTarget
);
Parameters
- _PTarget
A pointer to the target block that is calling this method.
Remarks
This method is called by an ITarget object that is being unlinked from this source. The source block is allowed to release any resources reserved for the target block.
Requirements
Header: agents.h
Namespace: Concurrency