Method Acquire
Acquire()
Obtain the current reference. You must match every call to acquire with one
call to Release(G); it's best to do so in a finally clause, and set
the reference to null
to prevent accidental usage after it has been
released.
Declaration
public G Acquire()
Returns
Type | Description |
---|---|
G |