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