Click or drag to resize
IActorDslReceiveT Method (ActionT, IActorContext)

[Missing <summary> documentation for "M:Akka.Actor.Dsl.IActorDsl.Receive``1(System.Action{``0,Akka.Actor.IActorContext})"]

Namespace: Akka.Actor.Dsl
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void Receive<T>(
	Action<T, IActorContext> handler
)

Parameters

handler
Type: SystemActionT, IActorContext

[Missing <param name="handler"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.Receive``1(System.Action{``0,Akka.Actor.IActorContext})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Akka.Actor.Dsl.IActorDsl.Receive``1(System.Action{``0,Akka.Actor.IActorContext})"]

See Also