C# Class SignalRTutorial.Hubs.TagHub

Inheritance: SignalR.Hubs.Hub, IConnected, IDisconnect
显示文件 Open project: scottksmith95/SignalRTutorial

Public Methods

Method Description
getTags ( ) : void
setTag ( string tag ) : void

Private Methods

Method Description
TagHub ( ) : System.Collections.Generic

Method Details

getTags() public method

public getTags ( ) : void
return void

setTag() public method

public setTag ( string tag ) : void
tag string
return void