C# Class MongoDB.Driver.TestConcurrency

Inheritance: MongoTestBase
Datei anzeigen Open project: sdether/mongodb-csharp

Public Methods

Method Description
TestMultiThreadedReads ( ) : void
TestMultiThreadedWrites ( ) : void

Protected Methods

Method Description
RunAndWait ( List threads ) : void
cleanDB ( ) : void

Private Methods

Method Description
Dispose ( ) : void
Init ( ) : void
TestMultiThreadedReadsAndWrites ( ) : void

Method Details

RunAndWait() protected method

protected RunAndWait ( List threads ) : void
threads List
return void

TestMultiThreadedReads() public method

public TestMultiThreadedReads ( ) : void
return void

TestMultiThreadedWrites() public method

public TestMultiThreadedWrites ( ) : void
return void

cleanDB() protected method

protected cleanDB ( ) : void
return void