Click or drag to resize
Akka.NETActorCell.Resume Method
Resumes the specified caused by failure.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Resume(
	Exception causedByFailure
)

Parameters

causedByFailure
Type: System.Exception
The caused by failure.

Implements

ICell.Resume(Exception)
Remarks
➡➡➡ NEVER SEND THE SAME SYSTEM MESSAGE OBJECT TO TWO ACTORS ⬅⬅⬅
See Also