Click or drag to resize

wclMessageRelease Method

Decrements the reference count for an object.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public void Release()

Return Value

The method returns the new reference count. This value is intended to be used only for test purposes.
Remarks
When the reference count on an 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.
See Also