Click or drag to resize
Akka.NETIActorRefProviderUnregisterTempActor 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) Version: 1.2.3.42 (1.2.3.42)
Syntax
void UnregisterTempActor(
	ActorPath path
)

Parameters

path
Type: Akka.ActorActorPath
A path returned by TempPath. Do NOT pass in any other path!
See Also