Share via


choice::link_target Method

Links a target block to this choice messaging block.

virtual void link_target(
   ITarget<size_t> * _PTarget
);

Parameters

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

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

choice Class