| IInternalActorActorContext Property |
Gets the context for this instance.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax IActorContext ActorContext { get; }
abstract ActorContext : 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