ActorRefWithCellUnderlying Property |
[Missing <summary> documentation for "P:Akka.Actor.ActorRefWithCell.Underlying"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract Cell Underlying { get; }
Public MustOverride ReadOnly Property Underlying As Cell
Get
public:
virtual property Cell^ Underlying {
Cell^ get () abstract;
}
abstract Underlying : Cell with get
Property Value
Type:
Cell
See Also