C# Class RethinkDemoWindows.ChatHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Mostrar archivo Open project: rethinkdb/aspnet-signalr-chat Class Usage Examples

Public Properties

Property Type Description
r RethinkDb.Driver.RethinkDB

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Method Details

History() public method

public History ( int limit ) : Newtonsoft.Json.Linq.JArray
limit int
return Newtonsoft.Json.Linq.JArray

Send() public method

public Send ( string name, string message ) : void
name string
message string
return void

Property Details

r public_oe static_oe property

public static RethinkDB,RethinkDb.Driver r
return RethinkDb.Driver.RethinkDB