IInternalActor..::..ActorContext Property

Gets the context for this instance.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


IActorContext ActorContext { get; }
ReadOnly Property ActorContext As IActorContext
	Get
property IActorContext^ ActorContext {
	IActorContext^ get ();
}

Field Value

The context.

Exceptions


ExceptionCondition
NotSupportedException There is no active Context, this is most likely due to use of async operations from within this actor.