Example #1
0
        protected Scheduler(string schedulerId)
        {
            _schedulerId = schedulerId ?? Guid.NewGuid().ToString("N");

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

            HistoryStore = DefaultHistoryStore;
        }