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