| ICanWatch Methods |
The ICanWatch type exposes the following members.
| Name | Description | |
|---|---|---|
| Unwatch |
Stops monitoring the subject for termination.
| |
| Watch |
Monitors the specified actor for termination. When the subject terminates
the instance watching will receive a Terminated message.
Note that if the Terminated message isn't handled by the actor,
by default the actor will crash by throwing a DeathPactException. To change
the default behavior, override Unhandled(Object).
|