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