| ActBecome Method |
| Name | Description | |
|---|---|---|
| Become(Action) |
Changes the actor's behavior and replaces the current receive handler with the specified handler.
(Inherited from ReceiveActor.) | |
| Become(ActionObject, IActorContext) |
TBD
| |
| Become(Receive) |
Changes the actor's command behavior and replaces the current receive handler with the specified handler.
(Inherited from ActorBase.) | |
| Become(UntypedReceive) |
Changes the actor's behavior and replaces the current receive handler with the specified handler.
(Inherited from UntypedActor.) |