RepointableActorRefIsStarted Property |
[Missing <summary> documentation for "P:Akka.Actor.RepointableActorRef.IsStarted"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool IsStarted { get; }
Public ReadOnly Property IsStarted As Boolean
Get
public:
virtual property bool IsStarted {
bool get () sealed;
}
abstract IsStarted : bool with get
override IsStarted : bool with get
Property Value
Type:
BooleanImplements
RepointableRefIsStarted
See Also