Click or drag to resize
Akka.NETEventSequence<T>.Events Property
TBD

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IEnumerable<Object> Events { get; }

Property Value

Type: IEnumerable<Object>

Implements

IEventSequence.Events
See Also