Become new behavior with discard of the old one. Equivalent of: Context.Become(_, discardOld: true).
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid Become(
Action<Object, IActorContext> handler
)
Sub Become (
handler As Action(Of Object, IActorContext)
)
void Become(
Action<Object^, IActorContext^>^ handler
)
abstract Become :
handler : Action<Object, IActorContext> -> unit
Parameters
- handler
- Type: SystemActionObject, IActorContext
[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.Become(System.Action{System.Object,Akka.Actor.IActorContext})"]
See Also