Click or drag to resize
Akka.NETActorCell.Stop Method (IActorRef)
Stops the specified child.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public void Stop(
	IActorRef child
)

Parameters

child
Type: Akka.Actor.IActorRef
The child.

Implements

IActorContext.Stop(IActorRef)
See Also