IInternalActorActorContext Property |
Gets the context for this instance.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxIActorContext ActorContext { get; }
ReadOnly Property ActorContext As IActorContext
Get
property IActorContext^ ActorContext {
IActorContext^ get ();
}
abstract ActorContext : IActorContext with get
Property Value
Type:
IActorContextThe context.
ExceptionsException | Condition |
---|
NotSupportedException |
There is no active Context, this is most likely due to use of async
operations from within this actor.
|
See Also