C# 클래스 WinDoc.IndexUpdateManager

파일 보기 프로젝트 열기: remobjects/mono-tools 1 사용 예제들

공개 메소드들

메소드 설명
AdvertiseFreshIndex ( ) : void
CheckIndexIsFresh ( ) : Task
IndexUpdateManager ( IEnumerable sourceFiles, string baseUserDir ) : System
PerformSearchIndexCreation ( ) : void

비공개 메소드들

메소드 설명
DeserializeDictionary ( string path ) : string>.Dictionary
FireSearchIndexCreationEvent ( bool status ) : void
SerializeDictionary ( string path, string>.Dictionary dict ) : void
StringHash ( HashAlgorithm hasher, Stream stream ) : string

메소드 상세

AdvertiseFreshIndex() 공개 메소드

public AdvertiseFreshIndex ( ) : void
리턴 void

CheckIndexIsFresh() 공개 메소드

public CheckIndexIsFresh ( ) : Task
리턴 Task

IndexUpdateManager() 공개 메소드

public IndexUpdateManager ( IEnumerable sourceFiles, string baseUserDir ) : System
sourceFiles IEnumerable
baseUserDir string
리턴 System

PerformSearchIndexCreation() 공개 메소드

public PerformSearchIndexCreation ( ) : void
리턴 void