Click or drag to resize
RepointableActorRefPoint Method
This method is supposed to be called by the supervisor in HandleSupervise() to replace the UnstartedCell with the real one. It assumes no concurrent modification of the `underlying` field, though it is safe to send messages at any time.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void Point()
See Also