| RemoteActorRefIsWatchIntercepted Method |
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public bool IsWatchIntercepted(
IActorRef watchee,
IActorRef watcher
)
member IsWatchIntercepted :
watchee : IActorRef *
watcher : IActorRef -> bool
Parameters
- watchee
- Type: Akka.ActorIActorRef
The actor being watched. - watcher
- Type: Akka.ActorIActorRef
The actor watching.
Return Value
Type:
BooleanTBD
See Also