Click or drag to resize
Akka.NETIInternalActorActorContext Property
Gets the context for this instance.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IActorContext ActorContext { get; }

Property Value

Type: IActorContext
The context.
Exceptions
ExceptionCondition
NotSupportedException This exception is thrown if there is no active Context. The most likely cause is due to use of async operations from within this actor.
See Also