C# Class Zazzles.BusComponents.BusServer

Afficher le fichier Open project: FOGProject/zazzles Class Usage Examples

Méthodes publiques

Méthode Description
BusServer ( ) : System
Send ( string message ) : void

Send a message to all bus clients

Start ( ) : bool
Stop ( ) : bool

Method Details

BusServer() public méthode

public BusServer ( ) : System
Résultat System

Send() public méthode

Send a message to all bus clients
public Send ( string message ) : void
message string The message to emit
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool