 | 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.129 (1.2.3.129)
Syntaxabstract Suspend : unit -> unit
See Also