C# Class FastQuant.EventDispatcherServerClient

Datei anzeigen Open project: fastquant/fastquant.dll

Public Properties

Property Type Description
IsStopped bool

Public Methods

Method Description
Emit ( Event e ) : void
EventDispatcherServerClient ( ) : System
OnEvent ( Event e ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
method_0 ( ) : void

Method Details

Emit() public method

public Emit ( Event e ) : void
e Event
return void

EventDispatcherServerClient() public method

public EventDispatcherServerClient ( ) : System
return System

OnEvent() public method

public OnEvent ( Event e ) : void
e Event
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

IsStopped public_oe property

public bool IsStopped
return bool