Click or drag to resize
Akka.NETPersistentShardReceiveCommand Method

[Missing <summary> documentation for "M:Akka.Cluster.Sharding.PersistentShard.ReceiveCommand(System.Object)"]

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

Parameters

message
Type: SystemObject

[Missing <param name="message"/> documentation for "M:Akka.Cluster.Sharding.PersistentShard.ReceiveCommand(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Cluster.Sharding.PersistentShard.ReceiveCommand(System.Object)"]

See Also