Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance and holds the provided UserConnection object.
Syntax
protected void new(UserConnection _con)
Run On
Called
Parameters
- _con
Type: UserConnection Class
A UserConnection object to use to lock the database resource.
Remarks
When the instance gets out of scope or the SysAutoSemaphore.finalize method is called, the connection is also released.