Click or drag to resize
Akka.NETICurrentEventsByPersistenceIdQuery Methods

The ICurrentEventsByPersistenceIdQuery type exposes the following members.

Methods
  NameDescription
Public methodCurrentEventsByPersistenceId
Same type of query as EventsByPersistenceId(String, Int64, Int64) but the event stream is completed immediately when it reaches the end of the "result set". Events that are stored after the query is completed are not included in the event stream.
Top
See Also