C# 클래스 Zaz.Server.Advanced.Service.CommandRunner

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

공개 메소드들

메소드 설명
CommandRunner ( ServerContext context ) : System
RunCommand ( string cmdKey, object cmd, string tags ) : HttpResponseMessage

메소드 상세

CommandRunner() 공개 메소드

public CommandRunner ( ServerContext context ) : System
context ServerContext
리턴 System

RunCommand() 공개 메소드

public RunCommand ( string cmdKey, object cmd, string tags ) : HttpResponseMessage
cmdKey string
cmd object
tags string
리턴 HttpResponseMessage