Class RemoteWatcher.WatchRemote
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class RemoteWatcher.WatchRemote : RemoteWatcher.WatchCommand
Constructors
| Edit this page View SourceWatchRemote(IInternalActorRef, IInternalActorRef)
TBD
Declaration
public WatchRemote(IInternalActorRef watchee, IInternalActorRef watcher)
Parameters
| Type | Name | Description |
|---|---|---|
| IInternalActorRef | watchee | TBD |
| IInternalActorRef | watcher | TBD |
Edit this page