CSharpTest.Net
DebugLockFactory Constructor(ILockFactory,Boolean,Int32,Int32,Boolean,Int32)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Synchronization Namespace > DebugLockFactory Class > DebugLockFactory Constructor : DebugLockFactory Constructor(ILockFactory,Boolean,Int32,Int32,Boolean,Int32)

factory
captureStack
limitTimeout
limitNestedReaders
concurrentReads
limitNestedWriters

Glossary Item Box

Constructs the lock tracking factory

Syntax

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

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys