C# Class IServiceOriented.ServiceBus.Samples.Chat.ChatClient

Afficher le fichier Open project: jezell/iserviceoriented Class Usage Examples

Méthodes publiques

Méthode Description
ChatClient ( string name ) : System
Send ( string to, string message ) : void
Start ( ) : void
Stop ( ) : void

Method Details

ChatClient() public méthode

public ChatClient ( string name ) : System
name string
Résultat System

Send() public méthode

public Send ( string to, string message ) : void
to string
message string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void