Exemplo n.º 1
0
        public void Setup()
        {
            var config = new PersistentQueueConfiguration(Commons.GetTempPath(), DataPageSize);

            _queue = config.CreateQueue();
        }