C# 클래스 OpenIDE.EventListener.EventClient

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

공개 메소드들

메소드 설명
Connect ( string path ) : void
Dispose ( ) : void
EventClient ( Action handler ) : System
Send ( string message ) : void

비공개 메소드들

메소드 설명
isConnected ( ) : bool

메소드 상세

Connect() 공개 메소드

public Connect ( string path ) : void
path string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventClient() 공개 메소드

public EventClient ( Action handler ) : System
handler Action
리턴 System

Send() 공개 메소드

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