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 |
---|---|
Boolean |