| ICanWatchUnwatch Method |
Stops monitoring the subject for termination.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax IActorRef Unwatch(
IActorRef subject
)
abstract Unwatch :
subject : IActorRef -> IActorRef
Parameters
- subject
- Type: Akka.ActorIActorRef
The actor to stop monitor for termination.
Return Value
Type:
IActorRefReturns the provided subject
See Also