API Reference > Other Classes > ThreadsCounterReactor Class > ThreadsCounterReactor Methods > ThreadsCounterReactor::release Method
ThreadsCounterReactor::release Method
Syntax
C++
virtual void release() = 0;

Declares the method decrementing the reference counter in objects derived from this class.

It is the pure virtual method that does not have an implementation. You must redefine it in the derived class.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.