ISource::link_target Method

When overridden in a derived class, links a target block to this ISource block.

virtual void link_target(
   _Inout_ ITarget<_Type> * _PTarget
) = 0;

Parameters

  • _PTarget
    A pointer to the target block being linked to this ISource block.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

ISource Class