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

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

Parameters

child
Type: Akka.ActorIActorRef
The child.

Implements

IActorContextStop(IActorRef)
See Also