| Receive Delegate |
Delegate Receive
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public delegate bool Receive(
Object message
)
type Receive =
delegate of
message : Object -> bool
Parameters
- message
- Type: SystemObject
The message.
Return Value
Type:
BooleanSee Also