共用方式為


target_block::link_source 方法

連結指定的來源區塊與這個 target_block 物件。

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

參數

  • _PSource
    要連結之 ISource 區塊的指標。

備註

不可直接在 target_block 物件上呼叫這個函式。 應在 ISource 區塊上使用 link_target 連接區塊,這樣會在對應目標上引發 link_source 方法。

需求

標頭: agents.h

Namespace: 並行存取

請參閱

參考

target_block 類別