If true, initialize the locking subsystem.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
 Remarks
Remarks
            This subsystem should be used when multiple processes or threads are
            going to be reading and writing a Berkeley DB database, so that they
            do not interfere with each other. If all threads are accessing the
            database(s) read-only, locking is unnecessary. When UseLocking is
            specified, it is usually necessary to run a deadlock detector, as
            well. See DetectDeadlocks(DeadlockPolicy) for more
            information.
            





