Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Pepino
Notifications
ChatHub
C# Class Pepino.Notifications.ChatHub
Inheritance:
Microsoft.AspNet.SignalR.Hub
Afficher le fichier
Open project: AcklenAvenue/Pepino
Méthodes publiques
Méthode
Description
RegisterLogger
( ) :
void
Send
(
string
route
,
object
obj
) :
void
Subscribe
(
string
route
) :
void
Method Details
RegisterLogger()
public
méthode
public
RegisterLogger
( ) :
void
Résultat
void
Send()
public
méthode
public
Send
(
string
route
,
object
obj
) :
void
route
string
obj
object
Résultat
void
Subscribe()
public
méthode
public
Subscribe
(
string
route
) :
void
route
string
Résultat
void