| AbstractQueryExecutorWriteEvent 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
)
abstract WriteEvent :
command : DbCommand *
e : IPersistentRepresentation *
tags : IImmutableSet<string> -> unit
override WriteEvent :
command : DbCommand *
e : IPersistentRepresentation *
tags : IImmutableSet<string> -> unit
Parameters
- command
- Type: System.Data.CommonDbCommand
TBD - e
- Type: Akka.PersistenceIPersistentRepresentation
TBD - tags
- Type: IImmutableSetString
TBD
Return Value
Type:
TBD
See Also