Interface IEventStream<TEventArgs>
public interface IEventStream<out TEventArgs> : IAsyncDisposable where TEventArgs : EventArgs
Type Parameters
TEventArgs
- Inherited Members
Methods
ReadAllAsync(CancellationToken)
IAsyncEnumerable<out TEventArgs> ReadAllAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationToken
Returns
- IAsyncEnumerable<TEventArgs>