Click or drag to resize
ActBecomeStacked Method

[Missing <summary> documentation for "M:Akka.Actor.Dsl.Act.BecomeStacked(System.Action{System.Object,Akka.Actor.IActorContext})"]

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

Parameters

handler
Type: SystemActionObject, IActorContext

[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.Act.BecomeStacked(System.Action{System.Object,Akka.Actor.IActorContext})"]

Implements

IActorDslBecomeStacked(ActionObject, IActorContext)
See Also