| SqlJournalReceivePluginInternal 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 override bool ReceivePluginInternal(
Object message
)
abstract ReceivePluginInternal :
message : Object -> bool
override ReceivePluginInternal :
message : Object -> bool
Parameters
- message
- Type: SystemObject
TBD
Return Value
Type:
BooleanTBD
See Also