Click or drag to resize
Akka.NETIJournalQueryExecutorInsertBatchAsync Method
Asynchronously inserts a collection of events and theirs tags into a journal table.

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
Task InsertBatchAsync(
	DbConnection connection,
	CancellationToken cancellationToken,
	WriteJournalBatch write
)

Parameters

connection
Type: System.Data.CommonDbConnection
TBD
cancellationToken
Type: System.ThreadingCancellationToken
TBD
write
Type: Akka.Persistence.Sql.Common.JournalWriteJournalBatch
TBD

Return Value

Type: Task
TBD
See Also