C# 클래스 Akka.Interfaced.SlimSocket.Client.Communicator

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced.SlimSocket 1 사용 예제들

공개 메소드들

메소드 설명
CloseAllChannels ( ) : void
Communicator ( ) : System.Collections.Generic
CreateChannel ( string address = null ) : IChannel

비공개 메소드들

메소드 설명
OnChannelClosed ( IChannel channel ) : void
OnChannelCreated ( IChannel newChannel ) : void
OnChannelRouting ( IChannel parentChannel, string address ) : IChannel

메소드 상세

CloseAllChannels() 공개 메소드

public CloseAllChannels ( ) : void
리턴 void

Communicator() 공개 메소드

public Communicator ( ) : System.Collections.Generic
리턴 System.Collections.Generic

CreateChannel() 공개 메소드

public CreateChannel ( string address = null ) : IChannel
address string
리턴 IChannel