C# Class OpenIDE.EventListener.EventClient

Inheritance: IDisposable
Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( string path ) : void
Dispose ( ) : void
EventClient ( Action handler ) : System
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 ) : System
handler Action
Résultat System

Send() public méthode

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