Click or drag to resize
ActorCellReceiveMessageForTest Method
This is only intended to be called from TestKit's TestActorRef

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public void ReceiveMessageForTest(
	Envelope envelope
)

Parameters

envelope
Type: Akka.ActorEnvelope

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

See Also