C# Class GettingStarted.SignalR.ChatSite.ChatHub

集线器
Inheritance: Hub
Show file Open project: mcgrady525/GettingStarted.SignalR

Public Methods

Method Description
Send ( string name, string message ) : void

供客户端调用的方法,发送消息

Method Details

Send() public method

供客户端调用的方法,发送消息
public Send ( string name, string message ) : void
name string
message string
return void