ActorSelectionRouteeSelection Property |
[Missing <summary> documentation for "P:Akka.Routing.ActorSelectionRoutee.Selection"]
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorSelection Selection { get; }
Public ReadOnly Property Selection As ActorSelection
Get
public:
property ActorSelection^ Selection {
ActorSelection^ get ();
}
member Selection : ActorSelection with get
Property Value
Type:
ActorSelection
See Also