Serial Framework C++ Edition

◆ Release()

void Release ( )

Decrements the reference count for the object.

When the reference count on the object reaches zero, Release causes the object to free itself. When the released pointer is the only existing reference to an object, the implementation frees the object.