Click or drag to resize
Akka.NETRemoteActorRefProviderUnregisterTempActor Method
Unregister a temporary actor (i.e. obtained from TempPath); do NOT pass in any other path.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void UnregisterTempActor(
	ActorPath path
)

Parameters

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

Implements

IActorRefProviderUnregisterTempActor(ActorPath)
See Also