C# Класс Tempest.ConnectionExtensions

Holds extension methods for IConnection
Показать файл Открыть проект

Открытые методы

Метод Описание
Send ( this connections, Message msg ) : void

Sends a message to all of the connections.

Описание методов

Send() публичный статический Метод

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.
Результат void