Example #1
0
        public static void Setup(int maxPoolSize, int timeoutSeconds)
        {
            pipeProcessorPool            = new PipeProcessorPool(maxPoolSize);
            offlineConnectionCleanWorker = new OfflineConnectionCleanWorker(TimeSpan.FromSeconds(timeoutSeconds));

            _setupOk = true;
        }
Example #2
0
        public static void Setup(int maxPoolSize, int timeoutSeconds)
        {
            pipeProcessorPool = new PipeProcessorPool(maxPoolSize);
            offlineConnectionCleanWorker = new OfflineConnectionCleanWorker(TimeSpan.FromSeconds(timeoutSeconds));

            _setupOk=true;
        }