C# 클래스 Tempest.ConnectionExtensions

Holds extension methods for IConnection
파일 보기 프로젝트 열기: ermau/Tempest

공개 메소드들

메소드 설명
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