| LocalActorRefProviderRegisterExtraName 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.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public void RegisterExtraName(
string name,
IInternalActorRef actor
)
member RegisterExtraName :
name : string *
actor : IInternalActorRef -> unit
Parameters
- name
- Type: SystemString
TBD - actor
- Type: Akka.ActorIInternalActorRef
TBD
See Also