Click or drag to resize
Akka.NETActorCellSendSystemMessage Method
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void SendSystemMessage(
	ISystemMessage systemMessage
)

Parameters

systemMessage
Type: Akka.Dispatch.SysMsgISystemMessage
TBD

Implements

ICellSendSystemMessage(ISystemMessage)
Remarks
➡➡➡ NEVER SEND THE SAME SYSTEM MESSAGE OBJECT TO TWO ACTORS ⬅⬅⬅
See Also