C# Class SignalRTutorial.Hubs.TagHub

Inheritance: SignalR.Hubs.Hub, IConnected, IDisconnect
Afficher le fichier Open project: scottksmith95/SignalRTutorial

Méthodes publiques

Méthode Description
getTags ( ) : void
setTag ( string tag ) : void

Private Methods

Méthode Description
TagHub ( ) : System.Collections.Generic

Method Details

getTags() public méthode

public getTags ( ) : void
Résultat void

setTag() public méthode

public setTag ( string tag ) : void
tag string
Résultat void