Click or drag to resize
IActorDslBecomeStacked Method
Become new behavior without discarding the old one. Equivalent of: Context.Become(_, discardOld: false).

Namespace: Akka.Actor.Dsl
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void BecomeStacked(
	Action<Object, IActorContext> handler
)

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