C# Class EventStuff.EventClient

Inheritance: IDisposable
Show file Open project: continuoustests/OpenIDE

Public Methods

Method Description
Connect ( string path ) : void
Dispose ( ) : void
EventClient ( Action handler )
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 )
handler Action

Send() public method

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