Click or drag to resize
ActorCellAutoReceiveMessage Method

[Missing <summary> documentation for "M:Akka.Actor.ActorCell.AutoReceiveMessage(Akka.Actor.Envelope)"]

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

Parameters

envelope
Type: Akka.ActorEnvelope

[Missing <param name="envelope"/> documentation for "M:Akka.Actor.ActorCell.AutoReceiveMessage(Akka.Actor.Envelope)"]

See Also