C# Class MongoDB.Driver.TestConcurrency

Inheritance: MongoTestBase
Afficher le fichier Open project: sdether/mongodb-csharp

Méthodes publiques

Méthode Description
TestMultiThreadedReads ( ) : void
TestMultiThreadedWrites ( ) : void

Méthodes protégées

Méthode Description
RunAndWait ( List threads ) : void
cleanDB ( ) : void

Private Methods

Méthode Description
Dispose ( ) : void
Init ( ) : void
TestMultiThreadedReadsAndWrites ( ) : void

Method Details

RunAndWait() protected méthode

protected RunAndWait ( List threads ) : void
threads List
Résultat void

TestMultiThreadedReads() public méthode

public TestMultiThreadedReads ( ) : void
Résultat void

TestMultiThreadedWrites() public méthode

public TestMultiThreadedWrites ( ) : void
Résultat void

cleanDB() protected méthode

protected cleanDB ( ) : void
Résultat void