ActorSelectionMessage Constructor |
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorSelectionMessage(
Object message,
SelectionPathElement[] elements,
bool wildCardFanOut = false
)
Public Sub New (
message As Object,
elements As SelectionPathElement(),
Optional wildCardFanOut As Boolean = false
)
public:
ActorSelectionMessage(
Object^ message,
array<SelectionPathElement^>^ elements,
bool wildCardFanOut = false
)
new :
message : Object *
elements : SelectionPathElement[] *
?wildCardFanOut : bool
(* Defaults:
let _wildCardFanOut = defaultArg wildCardFanOut false
*)
-> ActorSelectionMessage
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