LocalActorRefProvider..::..RegisterTempActor Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public void RegisterTempActor(
	InternalActorRef actorRef,
	ActorPath path
)
Public Sub RegisterTempActor ( _
	actorRef As InternalActorRef, _
	path As ActorPath _
)
public:
void RegisterTempActor(
	InternalActorRef^ actorRef, 
	ActorPath^ path
)