C# 클래스 wmib.StorageWriter

StorageWriter
파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsRunning bool

공개 메소드들

메소드 설명
Exec ( ) : void

Thread

InsertLine ( string File, string Text, bool Delayed = true ) : void

Insert a line to storage writer

비공개 메소드들

메소드 설명
Write ( STI item ) : bool
WriteData ( ) : void

메소드 상세

Exec() 공개 정적인 메소드

Thread
public static Exec ( ) : void
리턴 void

InsertLine() 공개 정적인 메소드

Insert a line to storage writer
public static InsertLine ( string File, string Text, bool Delayed = true ) : void
File string
Text string
Delayed bool
리턴 void

프로퍼티 상세

IsRunning 공개적으로 정적으로 프로퍼티

Whether storage is running
public static bool IsRunning
리턴 bool