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.

Parameters:

this

a MainContext