network_link_registry::remove Method

When overridden in a derived class, removes a specified block from the network_link_registry object.

virtual bool remove(
   _EType _Link
) = 0;

Parameters

  • _Link
    A pointer to a block to be removed, if found.

Return Value

true if the link was found and removed, false otherwise.

Requirements

Header: agents.h

Namespace: Concurrency

See Also

Reference

network_link_registry Class