Click or drag to resize
Akka.NETRemoteActorRefIsWatchIntercepted Method
Determine if a Watch/Unwatch message must be handled by the RemoteWatcher actor, or sent to this RemoteActorRef.

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
)

Parameters

watchee
Type: Akka.ActorIActorRef
The actor being watched.
watcher
Type: Akka.ActorIActorRef
The actor watching.

Return Value

Type: Boolean
TBD
See Also