C# Class Lucene.Net.Randomized.RandomizedContext

Inheritance: IDisposable
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Protected Properties

Свойство Type Description
contextLock object

Private Properties

Свойство Type Description
Context RandomizedContext
Create RandomizedContext
GuardDiposed void
RandomizedContext Lucene.Net.Support

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
Context ( Lucene.Net.Support.ThreadClass thread ) : RandomizedContext
Create ( ThreadGroup tg, Type suiteClass, RandomizedRunner runner ) : RandomizedContext
GuardDiposed ( ) : void
RandomizedContext ( ThreadGroup group, Type suiteClass, RandomizedRunner runner ) : Lucene.Net.Support

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Property Details

contextLock protected_oe property

protected object contextLock
Résultat object