C# Class StoryTeller.Engine.EngineAgent

Inheritance: IDisposable
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EngineAgent ( int port ) : System
EngineAgent ( int port, ISystem system ) : System
Start ( Project project ) : void

Private Methods

Méthode Description
buildBatchedEngine ( string tracingStyle ) : SpecificationEngine
buildUserInterfaceEngine ( ) : SpecificationEngine

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EngineAgent() public méthode

public EngineAgent ( int port ) : System
port int
Résultat System

EngineAgent() public méthode

public EngineAgent ( int port, ISystem system ) : System
port int
system ISystem
Résultat System

Start() public méthode

public Start ( Project project ) : void
project Project
Résultat void