This method of the ThreadLocalStorage Class destroys the storage object. The finalize method will perform this task for you, but because storage objects are scarce resources, you should use this method to release them in a timely manner.
public void release();