Esempio n. 1
0
 /// <inheritdoc />
 public EventSourceVersion GetCurrentVersionFor(EventSourceKey eventSource)
 {
     ThrowIfDisposed();
     return(_event_committer_and_fetcher.GetCurrentVersionFor(eventSource));
 }
 /// <inheritdoc />
 public EventSourceVersion GetCurrentVersionFor(EventSourceKey eventSource)
 {
     return(_eventCommitterAndFetcher.GetCurrentVersionFor(eventSource));
 }