Click or drag to resize
DeadLetterListenerReceive Method
Processor for user defined messages.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override bool Receive(
	Object message
)

Parameters

message
Type: SystemObject
The message.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Event.DeadLetterListener.Receive(System.Object)"]

See Also