C# Class FastQuant.Controller

Afficher le fichier Open project: fastquant/fastquant.dll

Protected Properties

Свойство Type Description
framework Framework
name string
queue EventQueue

Méthodes publiques

Méthode Description
Controller ( ) : System
Controller ( Framework framework, string name ) : System
Log ( GroupEvent e ) : void

Private Methods

Méthode Description
Run ( ) : void

Method Details

Controller() public méthode

public Controller ( ) : System
Résultat System

Controller() public méthode

public Controller ( Framework framework, string name ) : System
framework Framework
name string
Résultat System

Log() public méthode

public Log ( GroupEvent e ) : void
e GroupEvent
Résultat void

Property Details

framework protected_oe property

protected Framework,FastQuant framework
Résultat Framework

name protected_oe property

protected string name
Résultat string

queue protected_oe property

protected EventQueue queue
Résultat EventQueue