C# Class Tempest.ConnectionExtensions

Holds extension methods for IConnection
Afficher le fichier Open project: ermau/Tempest

Méthodes publiques

Méthode Description
Send ( this connections, Message msg ) : void

Sends a message to all of the connections.

Method Details

Send() public static méthode

Sends a message to all of the connections.
/// is null.--or-- /// is null. ///
public static Send ( this connections, Message msg ) : void
connections this The connections to send to.
msg Message The message to send.
Résultat void