Click or drag to resize
Akka.NETWatchers Class

[Missing <summary> documentation for "T:Akka.FSharp.Watchers"]

Inheritance Hierarchy
SystemObject
  Akka.FSharpWatchers

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class Watchers

The Watchers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberdemonitor
Orders a watcher to stop monitoring an actor refered by provided subject.
Public methodStatic membermonitor
Orders a watcher to monitor an actor targeted by provided subject. When an actor refered by subject dies, a watcher should receive a [Terminated] message.
Top
See Also