Click or drag to resize
Akka.NETRemoteActorRefTellInternal Method
Tells the internal.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected override void TellInternal(
	Object message,
	IActorRef sender
)

Parameters

message
Type: SystemObject
The message.
sender
Type: Akka.ActorIActorRef
The sender.
Exceptions
ExceptionCondition
InvalidMessageExceptionTBD
See Also