| SnapshotStoreReceivePluginInternal Method |
Namespace:
Akka.Persistence.Snapshot
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected virtual 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