Click or drag to resize
Akka.NETIActorRefProviderRegisterTempActor Method
Registers an actorRef at a path returned by TempPath; do NOT pass in any other path.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
void RegisterTempActor(
	IInternalActorRef actorRef,
	ActorPath path
)

Parameters

actorRef
Type: Akka.ActorIInternalActorRef
The actor reference.
path
Type: Akka.ActorActorPath
A path returned by TempPath. Do NOT pass in any other path!
See Also