ActorRefProvider..::..RegisterTempActor Method
Registers an actorRef at a path returned by TempPath()()()(); do NOT pass in any other path.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
void RegisterTempActor( InternalActorRef actorRef, ActorPath path )
Sub RegisterTempActor ( _ actorRef As InternalActorRef, _ path As ActorPath _ )
void RegisterTempActor( InternalActorRef^ actorRef, ActorPath^ path )
Parameters
- actorRef
- Type: Akka.Actor..::..InternalActorRef
The actor reference.
- path
- Type: Akka.Actor..::..ActorPath
A path returned by TempPath()()()(). Do NOT pass in any other path!