message::remove_ref Method

Subtracts from the reference count for the message object. Used for message blocks that need reference counting to determine message lifetimes.

long remove_ref();

Return Value

The new value of the reference count.

Requirements

Header: agents.h

Namespace: concurrency

See Also

Reference

message Class