C# Class RethinkDemoWindows.ChatHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: rethinkdb/aspnet-signalr-chat Class Usage Examples

Méthodes publiques

Свойство Type Description
r RethinkDb.Driver.RethinkDB

Méthodes publiques

Méthode Description
History ( int limit ) : Newtonsoft.Json.Linq.JArray
Send ( string name, string message ) : void

Private Methods

Méthode Description
Init ( ) : void

Method Details

History() public méthode

public History ( int limit ) : Newtonsoft.Json.Linq.JArray
limit int
Résultat Newtonsoft.Json.Linq.JArray

Send() public méthode

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

Property Details

r public_oe static_oe property

public static RethinkDB,RethinkDb.Driver r
Résultat RethinkDb.Driver.RethinkDB