C# 클래스 StoryTeller.Engine.EngineAgent

상속: IDisposable
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
EngineAgent ( int port ) : System
EngineAgent ( int port, ISystem system ) : System
Start ( Project project ) : void

비공개 메소드들

메소드 설명
buildBatchedEngine ( string tracingStyle ) : SpecificationEngine
buildUserInterfaceEngine ( ) : SpecificationEngine

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EngineAgent() 공개 메소드

public EngineAgent ( int port ) : System
port int
리턴 System

EngineAgent() 공개 메소드

public EngineAgent ( int port, ISystem system ) : System
port int
system ISystem
리턴 System

Start() 공개 메소드

public Start ( Project project ) : void
project Project
리턴 void