Click or drag to resize
Akka.NETIUntypedActorContextBecome Method
Overload List
  NameDescription
Public methodBecome(Receive)
Changes the actor's behavior and replaces the current receive handler with the specified handler.
(Inherited from IActorContext.)
Public methodBecome(UntypedReceive)
Changes the actor's behavior and replaces the current receive handler with the specified handler.
Top
See Also