ActReceiveT Method (ActionT, IActorContext) |
[Missing <summary> documentation for "M:Akka.Actor.Dsl.Act.Receive``1(System.Action{``0,Akka.Actor.IActorContext})"]
Namespace: Akka.Actor.DslAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void Receive<T>(
Action<T, IActorContext> handler
)
Public Sub Receive(Of T) (
handler As Action(Of T, IActorContext)
)
public:
generic<typename T>
virtual void Receive(
Action<T, IActorContext^>^ handler
) sealed
abstract Receive :
handler : Action<'T, IActorContext> -> unit
override Receive :
handler : Action<'T, IActorContext> -> unit
Parameters
- handler
- Type: SystemActionT, IActorContext
[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.Act.Receive``1(System.Action{``0,Akka.Actor.IActorContext})"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Akka.Actor.Dsl.Act.Receive``1(System.Action{``0,Akka.Actor.IActorContext})"]
Implements
IActorDslReceiveT(ActionT, IActorContext)
See Also