Click or drag to resize
Akka.NETRemoteWatcherAddWatching Method
TBD

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void AddWatching(
	IInternalActorRef watchee,
	IInternalActorRef watcher
)

Parameters

watchee
Type: Akka.ActorIInternalActorRef
TBD
watcher
Type: Akka.ActorIInternalActorRef
TBD
Exceptions
ExceptionCondition
InvalidOperationExceptionTBD
See Also