Exemplo n.º 1
0
        protected Scheduler(string schedulerId)
        {
            _schedulerId = schedulerId ?? Guid.NewGuid().ToString("N");

            HistoryStore = DefaultHistoryStore;
        }
Exemplo n.º 2
0
        protected Scheduler(string schedulerId)
        {
            _schedulerId = schedulerId ?? Guid.NewGuid().ToString("N");

            HistoryStore = DefaultHistoryStore;
        }