C# Class Chimney.MPD.ChimneyMPDEvent

Inheritance: ChimneyMPDClient
Afficher le fichier Open project: opengd/Chimney

Méthodes publiques

Свойство Type Description
silent bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ActionOnEventLoop ( ) : System.Threading.Tasks.Task
IdleEventLoop ( ) : System.Threading.Tasks.Task

Method Details

RefreshConnection() public méthode

public RefreshConnection ( Status status = null ) : Task
status Chimney.MPD.Classes.Status
Résultat Task

Start() public méthode

public Start ( Status status = null, bool silent = false ) : Task
status Chimney.MPD.Classes.Status
silent bool
Résultat Task

Stop() public méthode

public Stop ( bool connectionproblem = false ) : System.Threading.Tasks.Task
connectionproblem bool
Résultat System.Threading.Tasks.Task

actionChimeny_ConnectionProblem() public méthode

public actionChimeny_ConnectionProblem ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

silent public_oe property

public bool silent
Résultat bool