Click or drag to resize
Akka.NETICellSendSystemMessage Method
Enqueue a message to be sent to the actor; may or may not actually schedule the actor to run, depending on which type of cell it is.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
void SendSystemMessage(
	ISystemMessage message
)

Parameters

message
Type: Akka.Dispatch.SysMsgISystemMessage
The system message we're passing along
See Also