C# 클래스 OpenIDE.Core.EventEndpointIntegrarion.EventClient

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

공개 메소드들

메소드 설명
Connect ( ) : void
Dispose ( ) : void
EventClient ( string path ) : System
EventClient ( string path, Action onMessage ) : System
GetInstance ( ) : Instance
Send ( string message ) : void

비공개 메소드들

메소드 설명
isConnected ( ) : bool

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EventClient() 공개 메소드

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

EventClient() 공개 메소드

public EventClient ( string path, Action onMessage ) : System
path string
onMessage Action
리턴 System

GetInstance() 공개 메소드

public GetInstance ( ) : Instance
리턴 Instance

Send() 공개 메소드

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