C# Class Glimpse.SignalR.Sample.ChatHub

Inheritance: Hub
Afficher le fichier Open project: stevenlauwers22/Glimpse.SignalR

Méthodes publiques

Méthode Description
GetMessages ( ) : string
Send ( string name, string message ) : void

Private Methods

Méthode Description
GetMessagesRepository ( ) : string>.IDictionary
SaveMessage ( string name, string message ) : void

Method Details

GetMessages() public méthode

public GetMessages ( ) : string
Résultat string

Send() public méthode

public Send ( string name, string message ) : void
name string
message string
Résultat void