Click or drag to resize
Akka.NETIActorContextSelf 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
IActorRef Self { get; }

Property Value

Type: IActorRef
See Also