target_block::unlink_source Method

Unlinks a specified source block from this target_block object.

virtual void unlink_source(
   _Inout_ ISource<_Source_type> * _PSource
);

Parameters

  • _PSource
    A pointer to the ISource block that is to be unlinked.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

target_block Class