| ActorBaseContext 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; }
static member Context : IActorContext with get
Property Value
Type:
IActorContextThe context.
Exceptions Exception | Condition |
---|
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