Delegate Receive
Delegate Receive
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public delegate bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message | The message. |
Returns
Type | Description |
---|---|
bool | Delegate Receive |