Click or drag to resize
Akka.NETTestProbeSend Method
Send message to an actor while using the probe as the sender. Replies will be available for inspection with all of TestKit's assertion methods.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Send(
	IActorRef actor,
	Object message
)

Parameters

actor
Type: Akka.ActorIActorRef
The actor.
message
Type: SystemObject
The message.
See Also