Click or drag to resize
Akka.NETActBecome Method
Overload List
  NameDescription
Protected methodBecome(Action)
Changes the actor's behavior and replaces the current receive handler with the specified handler.
(Inherited from ReceiveActor.)
Public methodBecome(ActionObject, IActorContext)
TBD
Protected methodBecome(Receive)
Changes the actor's command behavior and replaces the current receive handler with the specified handler.
(Inherited from ActorBase.)
Protected methodBecome(UntypedReceive)
Changes the actor's behavior and replaces the current receive handler with the specified handler.
(Inherited from UntypedActor.)
Top
See Also