C# 클래스 Raven.Database.Indexing.IndexSearcherHolder.IndexSearcherHoldingState

상속: IDisposable
파일 보기 프로젝트 열기: nhsevidence/ravendb 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndexSearcher Lucene.Net.Search.IndexSearcher
ShouldDispose bool
Usage int

공개 메소드들

메소드 설명
Dispose ( ) : void
IndexSearcherHoldingState ( IndexSearcher indexSearcher ) : System
MarkForDisposal ( ) : void

비공개 메소드들

메소드 설명
DisposeRudely ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IndexSearcherHoldingState() 공개 메소드

public IndexSearcherHoldingState ( IndexSearcher indexSearcher ) : System
indexSearcher Lucene.Net.Search.IndexSearcher
리턴 System

MarkForDisposal() 공개 메소드

public MarkForDisposal ( ) : void
리턴 void

프로퍼티 상세

IndexSearcher 공개적으로 프로퍼티

public IndexSearcher,Lucene.Net.Search IndexSearcher
리턴 Lucene.Net.Search.IndexSearcher

ShouldDispose 공개적으로 프로퍼티

public bool ShouldDispose
리턴 bool

Usage 공개적으로 프로퍼티

public int Usage
리턴 int