C# 클래스 BzReader.IndexingProgress

The state of the indexing process
파일 보기 프로젝트 열기: synhershko/BzReader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ETA string
IndexingState State
Message string

프로퍼티 상세

ETA 공개적으로 프로퍼티

Estimated time of index completion (ETA)
public string ETA
리턴 string

IndexingState 공개적으로 프로퍼티

The state of the indexing process
public State IndexingState
리턴 State

Message 공개적으로 프로퍼티

The error message, if any
public string Message
리턴 string