 | IActorDsl.Receive<T> Method (Action<T, IActorContext>) |
TBD
Namespace:
Akka.Actor.Dsl
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxvoid Receive<T>(
Action<T, IActorContext> handler
)
abstract Receive :
handler : Action<'T, IActorContext> -> unit
Parameters
- handler
- Type: System.Action<T, IActorContext>
TBD
Type Parameters
- T
- TBD
See Also