| ActorBaseContext Property |
Gets the context.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected static IActorContext Context { get; }Protected Shared ReadOnly Property Context As IActorContext
Get
protected:
static property IActorContext^ Context {
IActorContext^ get ();
}static member Context : IActorContext with get
Property Value
Type:
IActorContextThe context.
Exceptions| Exception | Condition |
|---|
| NotSupportedException |
There is no active Context, this is most likely due to use of async
operations from within this actor.
|
See Also