This topic has not yet been rated - Rate this topic

target_block::link_source Method

Links a specified source block to this target_block object.

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

A pointer to the ISource block that is to be linked.

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.

Header: agents.h

Namespace: concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.