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

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

Property Value

Type: IActorContext
The context.
Exceptions
ExceptionCondition
NotSupportedException There is no active Context, this is most likely due to use of async operations from within this actor.
See Also