Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PhotoBeamerClone
SignalR
Hubs
ImgHub
C# Class PhotoBeamerClone.SignalR.Hubs.ImgHub
Inheritance:
Microsoft.AspNet.SignalR.Hub
ファイルを表示
Open project: NicoVermeir/photobeamerclone
Public Methods
Method
Description
Create
(
string
guid
) :
void
Leave
(
string
guid
) :
void
ShareImage
(
byte
image
,
string
guid
) :
void
Method Details
Create()
public
method
public
Create
(
string
guid
) :
void
guid
string
return
void
Leave()
public
method
public
Leave
(
string
guid
) :
void
guid
string
return
void
ShareImage()
public
method
public
ShareImage
(
byte
image
,
string
guid
) :
void
image
byte
guid
string
return
void