C# 클래스 Lucene.Net.Randomized.RandomizedContext

상속: IDisposable
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
contextLock object

Private Properties

프로퍼티 타입 설명
Context RandomizedContext
Create RandomizedContext
GuardDiposed void
RandomizedContext Lucene.Net.Support

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

contextLock 보호되어 있는 프로퍼티

protected object contextLock
리턴 object