C# 클래스 OpenIDE.EventIntegration.EventDispatcher

상속: IEventDispatcher
파일 보기 프로젝트 열기: continuoustests/OpenIDE

공개 메소드들

메소드 설명
EventDispatcher ( string path ) : System
Forward ( string message ) : void
Forward ( string command, string arguments ) : void

비공개 메소드들

메소드 설명
getInstances ( string path ) : IEnumerable
trySend ( Instance info, string message ) : bool

메소드 상세

EventDispatcher() 공개 메소드

public EventDispatcher ( string path ) : System
path string
리턴 System

Forward() 공개 메소드

public Forward ( string message ) : void
message string
리턴 void

Forward() 공개 메소드

public Forward ( string command, string arguments ) : void
command string
arguments string
리턴 void