Click or drag to resize
Akka.NETAbstractQueryExecutorSelectEventsAsync 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.CommonDbConnection
TBD
cancellationToken
Type: System.ThreadingCancellationToken
TBD
hints
Type: System.Collections.GenericIEnumerableIHint
TBD
callback
Type: SystemActionIPersistentRepresentation
TBD

Return Value

Type: Task
TBD

Implements

IJournalQueryExecutorSelectEventsAsync(DbConnection, CancellationToken, IEnumerableIHint, ActionIPersistentRepresentation)
See Also