ISource::unlink_target Method
When overridden in a derived class, unlinks a target block from this ISource block, if found to be previously linked.
virtual void unlink_target(
_Inout_ ITarget<_Type> * _PTarget
) = 0;
Parameters
- _PTarget
A pointer to the target block being unlinked from this ISource block.
Requirements
Header: agents.h
Namespace: concurrency