multitype_join::link_target Method

Links a target block to this multitype_join messaging block.

virtual void link_target(
   _Inout_ ITarget<_Destination_type> * _PTarget
);

Parameters

  • _PTarget
    A pointer to an ITarget block to link to this multitype_join messaging block.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

multitype_join Class