Click or drag to resize
Akka.NETActorBase Properties

The ActorBase type exposes the following members.

Properties
  NameDescription
Protected propertyStatic memberContext
Gets the context.
Protected propertyStatic memberEmptyReceive
EmptyReceive is a Receive-delegate that matches no messages at all, ever.
Protected propertySelf
Gets the self ActorRef
Protected propertySender
Gets the sending ActorRef of the current message
Top
See Also