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