Click or drag to resize
Akka.NETActorCellSuspend Method
Suspends this instance.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Suspend()

Implements

ICellSuspend
Remarks
➡➡➡ NEVER SEND THE SAME SYSTEM MESSAGE OBJECT TO TWO ACTORS ⬅⬅⬅
See Also