C# 클래스 ST.Client.CommandRunner

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

공개 메소드들

메소드 설명
CommandRunner ( IApplication app ) : System
CommandRunner ( IApplication app, ICommand commands ) : System
HandleJson ( string json ) : void

메소드 상세

CommandRunner() 공개 메소드

public CommandRunner ( IApplication app ) : System
app IApplication
리턴 System

CommandRunner() 공개 메소드

public CommandRunner ( IApplication app, ICommand commands ) : System
app IApplication
commands ICommand
리턴 System

HandleJson() 공개 메소드

public HandleJson ( string json ) : void
json string
리턴 void