Click or drag to resize
Akka.NETAbstractQueryExecutor.SelectEventsAsync Method
TBD

Namespace:  Akka.Persistence.Sql.Common.Journal
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual Task SelectEventsAsync(
	DbConnection connection,
	CancellationToken cancellationToken,
	IEnumerable<IHint> hints,
	Action<IPersistentRepresentation> callback
)

Parameters

connection
Type: System.Data.Common.DbConnection
TBD
cancellationToken
Type: System.Threading.CancellationToken
TBD
hints
Type: System.Collections.Generic.IEnumerable<IHint>
TBD
callback
Type: System.Action<IPersistentRepresentation>
TBD

Return Value

Type: Task
TBD

Implements

IJournalQueryExecutor.SelectEventsAsync(DbConnection, CancellationToken, IEnumerable<IHint>, Action<IPersistentRepresentation>)
See Also