[Missing <summary> documentation for "M:Akka.Actor.Dsl.Act.BecomeStacked(System.Action{System.Object,Akka.Actor.IActorContext})"]
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void BecomeStacked(
Action<Object, IActorContext> handler
)
Public Sub BecomeStacked (
handler As Action(Of Object, IActorContext)
)
public:
virtual void BecomeStacked(
Action<Object^, IActorContext^>^ handler
) sealed
abstract BecomeStacked :
handler : Action<Object, IActorContext> -> unit
override BecomeStacked :
handler : Action<Object, IActorContext> -> unit
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