| IInternalActorRefSuspend Method |
Suspend the actor. Actor will not process any more messages until
Resume(Exception) is called.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax abstract Suspend : unit -> unit
See Also