Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor
RepointableActorRef Class
RepointableActorRef Properties
Children Property
IsLocal Property
IsStarted Property
IsTerminated Property
Lookup Property
Parent Property
Path Property
Provider Property
Underlying Property
RepointableActorRef
IsStarted Property
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
bool
IsStarted
{
get
; }
abstract
IsStarted
:
bool
with
get
override
IsStarted
:
bool
with
get
Property Value
Type:
Boolean
Implements
IRepointableRef
IsStarted
Exceptions
Exception
Condition
IllegalStateException
This exception is thrown if this property is called before actor is initialized (
Initialize(Boolean)
).
See Also
Reference
RepointableActorRef Class
Akka.Actor Namespace
Akka.NET Home
|
Learn Akka.NET