Click or drag to resize
Akka.NETActorSelectionMessage Constructor
Initializes a new instance of the ActorSelectionMessage class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ActorSelectionMessage(
	Object message,
	SelectionPathElement[] elements,
	bool wildCardFanOut = false
)

Parameters

message
Type: SystemObject
The message.
elements
Type: Akka.ActorSelectionPathElement
The elements.
wildCardFanOut (Optional)
Type: SystemBoolean
TBD
See Also