Click or drag to resize
Akka.NETActorBaseContext Property
Gets the context.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected static IActorContext Context { 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