[Missing <summary> documentation for "P:Akka.Routing.RouterActor.Cell"]
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected RoutedActorCell Cell { get; }
Protected ReadOnly Property Cell As RoutedActorCell
Get
protected:
property RoutedActorCell^ Cell {
RoutedActorCell^ get ();
}
member Cell : RoutedActorCell with get
Property Value
Type:
RoutedActorCell
See Also