choice::unlink_target Method

Unlinks a target block from this choice messaging block.

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

Parameters

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

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

choice Class