| IUntypedActorContextBecome Method |
| Name | Description | |
|---|---|---|
| Become(Receive) |
Changes the actor's behavior and replaces the current receive handler with the specified handler.
(Inherited from IActorContext.) | |
| Become(UntypedReceive) |
Changes the actor's behavior and replaces the current receive handler with the specified handler.
|