Click or drag to resize
Akka.NETAbstractQueryExecutorWriteEvent 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
protected virtual void WriteEvent(
	DbCommand command,
	IPersistentRepresentation e,
	IImmutableSet<string> tags
)

Parameters

command
Type: System.Data.CommonDbCommand
TBD
e
Type: Akka.PersistenceIPersistentRepresentation
TBD
tags
Type: IImmutableSetString
TBD

Return Value

Type: 
TBD
See Also