source_block::unlink_target_notification Method

A callback that notifies that a target has been unlinked from this source_block object.

virtual void unlink_target_notification(
   ITarget<_Target_type> * _PTarget
);

Parameters

  • _PTarget
    The ITarget block that was unlinked.

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

source_block Class