Click or drag to resize
Akka.NETTestKitBaseUnwatch Method
Have the TestActor stop watching an actor.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef Unwatch(
	IActorRef actorToUnwatch
)

Parameters

actorToUnwatch
Type: Akka.ActorIActorRef
The actor to unwatch.

Return Value

Type: IActorRef
The actor to unwatch, i.e. the parameter actorToUnwatch
See Also