Akka.Interfaced.SlimSocket.Client.Communicator.Communicator C# (CSharp) 메소드

Communicator() 공개 메소드

public Communicator ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public Communicator()
        {
            ChannelFactory = new ChannelFactory()
            {
                CreateObserverRegistry = () => ObserverRegistry,
                ChannelRouter = OnChannelRouting
            };
            Channels = new List<IChannel>();
            ObserverRegistry = new ObserverRegistry();
        }