Click or drag to resize
Akka.NETRemoteWatcherRemoveWatch Method
TBD

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

Parameters

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