LocalActorRefProvider..::..RegisterExtraName Method
Higher-level providers (or extensions) might want to register new synthetic
top-level paths for doing special stuff. This is the way to do just that.
Just be careful to complete all this before Start()()()() finishes,
or before you start your own auto-spawned actors.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public void RegisterExtraName( string name, InternalActorRef actor )
Public Sub RegisterExtraName ( _ name As String, _ actor As InternalActorRef _ )
public: void RegisterExtraName( String^ name, InternalActorRef^ actor )