C# Class StoryTeller.Engine.EngineAgent

Inheritance: IDisposable
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

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

Private Methods

Method Description
buildBatchedEngine ( string tracingStyle ) : SpecificationEngine
buildUserInterfaceEngine ( ) : SpecificationEngine

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EngineAgent() public method

public EngineAgent ( int port ) : System
port int
return System

EngineAgent() public method

public EngineAgent ( int port, ISystem system ) : System
port int
system ISystem
return System

Start() public method

public Start ( Project project ) : void
project Project
return void