IInternalActor..::..ActorContext Property
Gets the context for this instance.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
IActorContext ActorContext { get; }
ReadOnly Property ActorContext As IActorContext Get
property IActorContext^ ActorContext { IActorContext^ get (); }
Field Value
The context.Exceptions
Exception | Condition |
---|---|
NotSupportedException | There is no active Context, this is most likely due to use of async operations from within this actor. |