C# Class EventStuff.EventClient

Inheritance: IDisposable
Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

Méthode Description
Connect ( string path ) : void
Dispose ( ) : void
EventClient ( Action handler )
Send ( string message ) : void

Private Methods

Méthode Description
isConnected ( ) : bool

Method Details

Connect() public méthode

public Connect ( string path ) : void
path string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EventClient() public méthode

public EventClient ( Action handler )
handler Action

Send() public méthode

public Send ( string message ) : void
message string
Résultat void