Click or drag to resize
Akka.NETIInternalActorRefResume Method
Resumes an actor if it has been suspended.

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

Parameters

causedByFailure (Optional)
Type: SystemException
Optional. Passed in if the actor is resuming as a result of recovering from failure.
See Also