Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
IServiceOriented
ServiceBus
Samples
Chat
ChatClient
C# Class IServiceOriented.ServiceBus.Samples.Chat.ChatClient
Mostrar archivo
Open project: jezell/iserviceoriented
Class Usage Examples
Public Methods
Method
Description
ChatClient
(
string
name
) :
System
Send
(
string
to
,
string
message
) :
void
Start
( ) :
void
Stop
( ) :
void
Method Details
ChatClient()
public
method
public
ChatClient
(
string
name
) :
System
name
string
return
System
Send()
public
method
public
Send
(
string
to
,
string
message
) :
void
to
string
message
string
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void