Defines a reader/writer lock that used to control exclusive tree access when needed. Version2 files using trasacation logs will use this to gain exclusive access to the tree during calls to Commit, Rollback, etc. The default is to use a SimpleReadWriteLocking class. If you are accessing the tree from a single thread, consider using the IgnoreLocking class for better performance.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides NotOverridable Property CallLevelLock As ILockStrategy |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also