Click or drag to resize
ActorSelectionMessageMessage Property
The message that should be delivered to this ActorSelection.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Object Message { get; }

Property Value

Type: Object
The message.
See Also