NHibernate.ZMQLogPublisher.SocketManager.SocketManager C# (CSharp) Method

SocketManager() public method

public SocketManager ( ) : System.Collections.Concurrent
return System.Collections.Concurrent
        public SocketManager()
        {
            this.context = new Context(1);
            this.sockets = new ConcurrentDictionary<string, Socket>();
        }