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

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public 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!

Implements

IActorRefProviderRegisterTempActor(IInternalActorRef, ActorPath)
See Also