Click or drag to resize
StandardOutLoggerTellInternal Method
Tells the internal.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override void TellInternal(
	Object message,
	ActorRef sender
)

Parameters

message
Type: SystemObject
The message.
sender
Type: Akka.ActorActorRef
The sender.
Exceptions
ExceptionCondition
ArgumentNullExceptionmessage
See Also