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

Show file 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