C# 클래스 Chimney.MPD.ChimneyMPDEvent

상속: ChimneyMPDClient
파일 보기 프로젝트 열기: opengd/Chimney

공개 프로퍼티들

프로퍼티 타입 설명
silent bool

공개 메소드들

메소드 설명
RefreshConnection ( Status status = null ) : Task
Start ( Status status = null, bool silent = false ) : Task
Stop ( bool connectionproblem = false ) : System.Threading.Tasks.Task
actionChimeny_ConnectionProblem ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
ActionOnEventLoop ( ) : System.Threading.Tasks.Task
IdleEventLoop ( ) : System.Threading.Tasks.Task

메소드 상세

RefreshConnection() 공개 메소드

public RefreshConnection ( Status status = null ) : Task
status Chimney.MPD.Classes.Status
리턴 Task

Start() 공개 메소드

public Start ( Status status = null, bool silent = false ) : Task
status Chimney.MPD.Classes.Status
silent bool
리턴 Task

Stop() 공개 메소드

public Stop ( bool connectionproblem = false ) : System.Threading.Tasks.Task
connectionproblem bool
리턴 System.Threading.Tasks.Task

actionChimeny_ConnectionProblem() 공개 메소드

public actionChimeny_ConnectionProblem ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

silent 공개적으로 프로퍼티

public bool silent
리턴 bool