Click or drag to resize
ActorBaseContext Property
Gets the context.

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