Class RemoteWatcher.WatchCommand
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public abstract class RemoteWatcher.WatchCommand
Constructors
| Edit this page View SourceWatchCommand(IInternalActorRef, IInternalActorRef)
TBD
Declaration
protected WatchCommand(IInternalActorRef watchee, IInternalActorRef watcher)
Parameters
Type | Name | Description |
---|---|---|
IInternalActorRef | watchee | TBD |
IInternalActorRef | watcher | TBD |
Properties
| Edit this page View SourceWatchee
TBD
Declaration
public IInternalActorRef Watchee { get; }
Property Value
Type | Description |
---|---|
IInternalActorRef |
Watcher
TBD
Declaration
public IInternalActorRef Watcher { get; }
Property Value
Type | Description |
---|---|
IInternalActorRef |