ActorRefProvider..::..UnregisterTempActor Method

Unregister a temporary actor (i.e. obtained from TempPath()()()()); do NOT pass in any other path.

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

Syntax


void UnregisterTempActor(
	ActorPath path
)
Sub UnregisterTempActor ( _
	path As ActorPath _
)
void UnregisterTempActor(
	ActorPath^ path
)

Parameters

path
Type: Akka.Actor..::..ActorPath
A path returned by TempPath()()()(). Do NOT pass in any other path!