C# Class RohBot.RoomManager

Afficher le fichier Open project: Rohansi/RohBot Class Usage Examples

Méthodes publiques

Méthode Description
Broadcast ( string message, bool>.Func filter = null ) : void
Get ( string name ) : Room
Update ( ) : void

Private Methods

Méthode Description
RoomManager ( ) : System

Method Details

Broadcast() public méthode

public Broadcast ( string message, bool>.Func filter = null ) : void
message string
filter bool>.Func
Résultat void

Get() public méthode

public Get ( string name ) : Room
name string
Résultat RohBot.Rooms.Room

Update() public méthode

public Update ( ) : void
Résultat void