Exemplo n.º 1
0
 /// <inheritdoc />
 public EventSourceVersion GetNextVersionFor(EventSourceKey eventSource)
 {
     ThrowIfDisposed();
     return(_event_committer_and_fetcher.GetNextVersionFor(eventSource));
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public EventSourceVersion GetNextVersionFor(EventSourceKey eventSource)
 {
     return(_eventCommitterAndFetcher.GetNextVersionFor(eventSource));
 }