Release the variable handle to which the CzVar object is attached. The variable is not deleted from Zeolite shared memory, but calls to member functions of the CzVar object will no longer access the variable.
bool CzVar::Release(void);
None.
False if the CzVar object is not attached to a variable handle, and true otherwise.
None.