C# Class OpenIDE.EventListener.EventClient

Inheritance: IDisposable
Show file Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
Connect ( string path ) : void
Dispose ( ) : void
EventClient ( Action handler ) : System
Send ( string message ) : void

Private Methods

Method Description
isConnected ( ) : bool

Method Details

Connect() public method

public Connect ( string path ) : void
path string
return void

Dispose() public method

public Dispose ( ) : void
return void

EventClient() public method

public EventClient ( Action handler ) : System
handler Action
return System

Send() public method

public Send ( string message ) : void
message string
return void