| IJournalQueryExecutorSelectEventsAsync Method |
Note: This API is now obsolete.
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 [ObsoleteAttribute("This method will be obsoleted. Use Akka.Persistence.Query read journal features instead.")]
Task SelectEventsAsync(
DbConnection connection,
CancellationToken cancellationToken,
IEnumerable<IHint> hints,
Action<IPersistentRepresentation> callback
)
[<ObsoleteAttribute("This method will be obsoleted. Use Akka.Persistence.Query read journal features instead.")>]
abstract SelectEventsAsync :
connection : DbConnection *
cancellationToken : CancellationToken *
hints : IEnumerable<IHint> *
callback : Action<IPersistentRepresentation> -> Task
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:
TaskTBD
See Also