IActorContext Properties |
The IActorContext type exposes the following members.
Name | Description | |
---|---|---|
Dispatcher |
The dispatcher this actor is running on
| |
Parent |
Gets the IActorRef of the parent of the current actor.
| |
Props | ||
ReceiveTimeout |
Gets the inactivity deadline timeout set using SetReceiveTimeout(NullableTimeSpan).
| |
Self |
Gets the IActorRef belonging to the current actor.
| |
Sender | ||
System |
Gets a reference to the ActorSystem to which this actor belongs.
Remarks
This property is how you can get access to the IScheduler and other parts
of Akka.NET from within an actor instance.
|