| TestKitBaseUnwatch Method |
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IActorRef Unwatch(
IActorRef actorToUnwatch
)
member Unwatch :
actorToUnwatch : IActorRef -> IActorRef
Parameters
- actorToUnwatch
- Type: Akka.ActorIActorRef
The actor to unwatch.
Return Value
Type:
IActorRefThe actor to unwatch, i.e. the parameter
actorToUnwatchSee Also