C# Class Akka.Interfaced.SlimSocket.Client.Communicator

Datei anzeigen Open project: SaladLab/Akka.Interfaced.SlimSocket Class Usage Examples

Public Methods

Method Description
CloseAllChannels ( ) : void
Communicator ( ) : System.Collections.Generic
CreateChannel ( string address = null ) : IChannel

Private Methods

Method Description
OnChannelClosed ( IChannel channel ) : void
OnChannelCreated ( IChannel newChannel ) : void
OnChannelRouting ( IChannel parentChannel, string address ) : IChannel

Method Details

CloseAllChannels() public method

public CloseAllChannels ( ) : void
return void

Communicator() public method

public Communicator ( ) : System.Collections.Generic
return System.Collections.Generic

CreateChannel() public method

public CreateChannel ( string address = null ) : IChannel
address string
return IChannel