| PersistentShardEntityTerminated Method |
TBD
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected override void EntityTerminated(
IActorRef tref
)
abstract EntityTerminated :
tref : IActorRef -> unit
override EntityTerminated :
tref : IActorRef -> unit
Parameters
- tref
- Type: Akka.ActorIActorRef
TBD
See Also