C# Class Zazzles.BusComponents.BusServer

显示文件 Open project: FOGProject/zazzles Class Usage Examples

Public Methods

Method Description
BusServer ( ) : System
Send ( string message ) : void

Send a message to all bus clients

Start ( ) : bool
Stop ( ) : bool

Method Details

BusServer() public method

public BusServer ( ) : System
return System

Send() public method

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

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool