release


Description:

public void release ()

Releases ownership of a context previously acquired by this thread with acquire.

If the context was acquired multiple times, the ownership will be released only when release is called as many times as it was acquired.

You must have successfully acquired the context with acquire before you may call this function.

Parameters:

this

a MainContext (if null, the global-default main context will be used)