ActorSelectionMessage Constructor

Initializes a new instance of the ActorSelectionMessage class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public ActorSelectionMessage(
	Object message,
	SelectionPathElement[] elements,
	bool wildCardFanOut
)
Public Sub New ( _
	message As Object, _
	elements As SelectionPathElement(), _
	wildCardFanOut As Boolean _
)
public:
ActorSelectionMessage(
	Object^ message, 
	array<SelectionPathElement^>^ elements, 
	bool^ wildCardFanOut
)

Parameters

message
Type: Object
The message.
elements
Type: array<SelectionPathElement>[]()[][]
The elements.
wildCardFanOut
Type: Boolean