[Missing <summary> documentation for "M:Akka.Actor.Dsl.Act.Become(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 Become(
Action<Object, IActorContext> handler
)
Public Sub Become (
handler As Action(Of Object, IActorContext)
)
public:
virtual void Become(
Action<Object^, IActorContext^>^ handler
) sealed
abstract Become :
handler : Action<Object, IActorContext> -> unit
override Become :
handler : Action<Object, IActorContext> -> unit
Parameters
- handler
- Type: SystemActionObject, IActorContext
[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.Act.Become(System.Action{System.Object,Akka.Actor.IActorContext})"]
Implements
IActorDslBecome(ActionObject, IActorContext)
See Also