C# Class CreatingObservables.Chat.ChatConnection

Inheritance: IChatConnection
Exibir arquivo Open project: tamirdresher/RxInAction Class Usage Examples

Public Methods

Method Description
Disconnect ( ) : void
NotifyClosed ( ) : void
NotifyError ( ) : void
NotifyRecieved ( string msg ) : void

Method Details

Disconnect() public method

public Disconnect ( ) : void
return void

NotifyClosed() public method

public NotifyClosed ( ) : void
return void

NotifyError() public method

public NotifyError ( ) : void
return void

NotifyRecieved() public method

public NotifyRecieved ( string msg ) : void
msg string
return void