| IActorRefProviderRegisterTempActor 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
)
abstract RegisterTempActor :
actorRef : IInternalActorRef *
path : ActorPath -> unit
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