| RemoteWatcherWatchNode Method |
TBD
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual void WatchNode(
IInternalActorRef watchee
)
abstract WatchNode :
watchee : IInternalActorRef -> unit
override WatchNode :
watchee : IInternalActorRef -> unit
Parameters
- watchee
- Type: Akka.ActorIInternalActorRef
TBD
See Also