C# 클래스 OpenIDE.Core.Integration.ResponseDispatcher

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

공개 메소드들

메소드 설명
Handle ( bool error, string m ) : void
OnlyCommands ( ) : void
ResponseDispatcher ( string token, bool dispatchErrors, string eventPrefix, string>.Action outputDispatcher, Action dispatcher, Action dispatchResponse ) : System

메소드 상세

Handle() 공개 메소드

public Handle ( bool error, string m ) : void
error bool
m string
리턴 void

OnlyCommands() 공개 메소드

public OnlyCommands ( ) : void
리턴 void

ResponseDispatcher() 공개 메소드

public ResponseDispatcher ( string token, bool dispatchErrors, string eventPrefix, string>.Action outputDispatcher, Action dispatcher, Action dispatchResponse ) : System
token string
dispatchErrors bool
eventPrefix string
outputDispatcher string>.Action
dispatcher Action
dispatchResponse Action
리턴 System