Click or drag to resize
Akka.NETLocalActorRefProviderUnregisterTempActor 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
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)
Exceptions
ExceptionCondition
InvalidOperationExceptionThis exception is thrown if the given path is not on the temp path.
See Also