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