Click or drag to resize
Akka.NETLocalActorRefProviderRegisterExtraName 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
)

Parameters

name
Type: SystemString
TBD
actor
Type: Akka.ActorIInternalActorRef
TBD
See Also