Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Links a specified source block to this target_block object.
virtual void link_source(
_Inout_ ISource<_Source_type> * _PSource
);
Parameters
- _PSource
A pointer to the ISource block that is to be linked.
Remarks
This function should not be called directly on a target_block object. Blocks should be connected together using the link_target method on ISource blocks, which will invoke the link_source method on the corresponding target.
Requirements
Header: agents.h
Namespace: concurrency