This type contains the following members.
public interface IEventStore: IDataProvider
- Extends:
- IDataProvider
Methods
| WriteEventsAsync(string, IEnumerable<IDomainEvent>, CancellationToken) | |
| ReadEventsAsync(string, CancellationToken) | |
| ReadEventsAsync(string, int, CancellationToken) |
Implemented by
| DocumentCollectionEventStore |