| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal factory As ILockFactory, _ ByVal captureStack As Boolean, _ ByVal limitTimeout As Integer, _ ByVal limitNestedReaders As Integer, _ ByVal concurrentReads As Boolean, _ ByVal limitNestedWriters As Integer _ )  | |
| C# | |
|---|---|
public DebugLockFactory( ILockFactory factory, bool captureStack, int limitTimeout, int limitNestedReaders, bool concurrentReads, int limitNestedWriters )  | |
Parameters
- factory
 - captureStack
 - limitTimeout
 - limitNestedReaders
 - concurrentReads
 - limitNestedWriters
 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7