NHibernate.ZMQLogPublisher.SocketManager.SocketManager C# (CSharp) Метод

SocketManager() публичный Метод

public SocketManager ( ) : System.Collections.Concurrent
Результат System.Collections.Concurrent
        public SocketManager()
        {
            this.context = new Context(1);
            this.sockets = new ConcurrentDictionary<string, Socket>();
        }