C# Class Akka.Event.UnhandledMessage

Represents an UnhandledMessage that was not handled by the Recipient.
Mostra file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
UnhandledMessage ( object message, IActorRef sender, IActorRef recipient ) : Akka.Actor

Initializes a new instance of the UnhandledMessage class.

Method Details

UnhandledMessage() public method

Initializes a new instance of the UnhandledMessage class.
public UnhandledMessage ( object message, IActorRef sender, IActorRef recipient ) : Akka.Actor
message object The message.
sender IActorRef The sender.
recipient IActorRef The recipient.
return Akka.Actor