C# 클래스 Zazzles.BusComponents.BusServer

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

공개 메소드들

메소드 설명
BusServer ( ) : System
Send ( string message ) : void

Send a message to all bus clients

Start ( ) : bool
Stop ( ) : bool

메소드 상세

BusServer() 공개 메소드

public BusServer ( ) : System
리턴 System

Send() 공개 메소드

Send a message to all bus clients
public Send ( string message ) : void
message string The message to emit
리턴 void

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : bool
리턴 bool