Click or drag to resize
Akka.NETUntypedPersistentActorReceiveCommand Method
Command handler. Typically validates commands against current state - possibly by communicating with other actors. On successful validation, one or more events are derived from command and persisted.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override sealed bool ReceiveCommand(
	Object message
)

Parameters

message
Type: SystemObject
TBD

Return Value

Type: Boolean
TBD
See Also