| IActorContextStop Method |
Issues a stop command to the provided
IActorRef, which will cause that actor
to terminate.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax void Stop(
IActorRef child
)
abstract Stop :
child : IActorRef -> unit
Parameters
- child
- Type: Akka.ActorIActorRef
The actor who will be stopped.
See Also