Click or drag to resize
ActorCellStop Method (ActorRef)
Stops the specified child.

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

Parameters

child
Type: Akka.ActorActorRef
The child.

Implements

IActorContextStop(ActorRef)
See Also