IActorDslReceiveAny Method |
[Missing <summary> documentation for "M:Akka.Actor.Dsl.IActorDsl.ReceiveAny(System.Action{System.Object,Akka.Actor.IActorContext})"]
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid ReceiveAny(
Action<Object, IActorContext> handler
)
Sub ReceiveAny (
handler As Action(Of Object, IActorContext)
)
void ReceiveAny(
Action<Object^, IActorContext^>^ handler
)
abstract ReceiveAny :
handler : Action<Object, IActorContext> -> unit
Parameters
- handler
- Type: SystemActionObject, IActorContext
[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.ReceiveAny(System.Action{System.Object,Akka.Actor.IActorContext})"]
See Also