Click or drag to resize
Akka.NETRepointableActorRefIsStarted Property
TBD

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsStarted { get; }

Property Value

Type: Boolean

Implements

IRepointableRefIsStarted
Exceptions
ExceptionCondition
IllegalStateExceptionThis exception is thrown if this property is called before actor is initialized (Initialize(Boolean)).
See Also