Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor
IActorContext Interface
IActorContext Properties
Dispatcher Property
Parent Property
Props Property
ReceiveTimeout Property
Self Property
Sender Property
System Property
IActorContext
Self Property
Gets the
IActorRef
belonging to the current actor.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
IActorRef
Self
{
get
; }
abstract
Self
:
IActorRef
with
get
Property Value
Type:
IActorRef
See Also
Reference
IActorContext Interface
Akka.Actor Namespace
Akka.NET Home
|
Learn Akka.NET