Click or drag to resize
Akka.NETRepointableActorRefPoint 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: 1.2.3.42 (1.2.3.42)
Syntax
public void Point()
Exceptions
ExceptionCondition
IllegalStateExceptionThis exception is thrown if the underlying cell is undefined.
See Also