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

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
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

[Missing <param name="wildCardFanOut"/> documentation for "M:Akka.Actor.ActorSelectionMessage.#ctor(System.Object,Akka.Actor.SelectionPathElement[],System.Boolean)"]

See Also