C# 클래스 Zazzles.BusComponents.BusClient

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

공개 메소드들

메소드 설명
BusClient ( int port ) : System
Send ( string message ) : void

Send a message to the bus server

Start ( ) : bool
Stop ( ) : bool

비공개 메소드들

메소드 설명
IsRetrying ( ) : bool
RetrySocketConnection ( ) : void
SocketOnClosed ( object sender, EventArgs eventArgs ) : void
SocketOnError ( object sender, SuperSocket.ClientEngine.ErrorEventArgs errorEventArgs ) : void
SocketOnOpened ( object sender, EventArgs eventArgs ) : void

메소드 상세

BusClient() 공개 메소드

public BusClient ( int port ) : System
port int
리턴 System

Send() 공개 메소드

Send a message to the bus server
public Send ( string message ) : void
message string The message to emit
리턴 void

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool