Initializes a new instance of the
Watch class.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Watch(
ActorRef watchee,
ActorRef watcher
)
Public Sub New (
watchee As ActorRef,
watcher As ActorRef
)
public:
Watch(
ActorRef^ watchee,
ActorRef^ watcher
)
new :
watchee : ActorRef *
watcher : ActorRef -> Watch
Parameters
- watchee
- Type: Akka.ActorActorRef
The watchee. - watcher
- Type: Akka.ActorActorRef
The watcher.
See Also