Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Sixeyed
MessagingPoweredFrontEnd
Web
SignalR
NoticeboardHub
C# Class Sixeyed.MessagingPoweredFrontEnd.Web.SignalR.NoticeboardHub
Inheritance:
Hub
Exibir arquivo
Open project: sixeyed/messaging-frontend
Public Methods
Method
Description
GetMail
( ) :
IEnumerable
RegisterUser
(
string
userId
) :
void
Send
(
string
sender
,
string
content
) :
void
Method Details
GetMail()
public
method
public
GetMail
( ) :
IEnumerable
return
IEnumerable
RegisterUser()
public
method
public
RegisterUser
(
string
userId
) :
void
userId
string
return
void
Send()
public
method
public
Send
(
string
sender
,
string
content
) :
void
sender
string
content
string
return
void