Пример #1
0
 public InMemoryExecutionLogStorage(IChainExecutionHistory history, IPerformanceHistoryQueue queue)
 {
     _history = history;
     _queue   = queue;
 }
 public PerformanceHistoryQueueActivator(IPerformanceHistoryQueue queue)
 {
     _queue = queue;
 }
 public InMemoryExecutionLogStorage(IChainExecutionHistory history, IPerformanceHistoryQueue queue)
 {
     _history = history;
     _queue = queue;
 }