예제 #1
0
 /// <inheritdoc />
 public EventSourceVersion GetNextVersionFor(EventSourceKey eventSource)
 {
     ThrowIfDisposed();
     return(_event_committer_and_fetcher.GetNextVersionFor(eventSource));
 }
예제 #2
0
 /// <inheritdoc />
 public EventSourceVersion GetNextVersionFor(EventSourceKey eventSource)
 {
     return(_eventCommitterAndFetcher.GetNextVersionFor(eventSource));
 }