Click or drag to resize
Akka.NETActorCellAutoReceiveMessage Method
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void AutoReceiveMessage(
	Envelope envelope
)

Parameters

envelope
Type: Akka.ActorEnvelope
TBD
Exceptions
ExceptionCondition
ActorKilledException This exception is thrown if a Kill message is included in the given envelope.
See Also