C# 클래스 Platform.TestClient.CommandProcessorCollection

파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 메소드들

메소드 설명
CommandProcessorCollection ( ILogger log ) : System
Register ( ICommandProcessor commandProcessor ) : void
TryProcess ( CommandProcessorContext context, string args ) : bool

메소드 상세

CommandProcessorCollection() 공개 메소드

public CommandProcessorCollection ( ILogger log ) : System
log ILogger
리턴 System

Register() 공개 메소드

public Register ( ICommandProcessor commandProcessor ) : void
commandProcessor ICommandProcessor
리턴 void

TryProcess() 공개 메소드

public TryProcess ( CommandProcessorContext context, string args ) : bool
context CommandProcessorContext
args string
리턴 bool