Click or drag to resize
Akka.NETIActorContextStop 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.42 (1.2.3.42)
Syntax
void Stop(
	IActorRef child
)

Parameters

child
Type: Akka.ActorIActorRef
The actor who will be stopped.
See Also