LocalActorRefProvider..::..UnregisterTempActor Method

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

Syntax


public void UnregisterTempActor(
	ActorPath path
)
Public Sub UnregisterTempActor ( _
	path As ActorPath _
)
public:
void UnregisterTempActor(
	ActorPath^ path
)

Parameters

path
Type: Akka.Actor..::..ActorPath