![]() | IUntypedActorContext Properties |
The IUntypedActorContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispatcher |
The dispatcher this actor is running on
(Inherited from IActorContext.) |
![]() | Parent |
Gets the IActorRef of the parent of the current actor.
(Inherited from IActorContext.) |
![]() | Props | (Inherited from IActorContext.) |
![]() | ReceiveTimeout |
Gets the inactivity deadline timeout set using SetReceiveTimeout(NullableTimeSpan).
(Inherited from IActorContext.) |
![]() | Self |
Gets the IActorRef belonging to the current actor.
(Inherited from IActorContext.) |
![]() | Sender |
Gets the IActorRef of the actor who sent the current message.
If the message was not sent by an actor (i.e. some external non-actor code
sent this actor a message) then this value will default to NoSender.
(Inherited from IActorContext.) |
![]() | System |
Gets a reference to the ActorSystem to which this actor belongs.
(Inherited from IActorContext.)![]()
This property is how you can get access to the IScheduler and other parts
of Akka.NET from within an actor instance.
|