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

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

Parameters

envelope
Type: Akka.ActorEnvelope
TBD
See Also