Click or drag to resize
Akka.NETActorSubscriber Properties

The ActorSubscriber type exposes the following members.

Properties
  NameDescription
Public propertyIsCanceled
TBD
Protected propertyRemainingRequested
The number of stream elements that have already been requested from upstream but not yet received.
Public propertyRequestStrategy
TBD
Protected propertySelf
Gets the self ActorRef
(Inherited from ActorBase.)
Protected propertySender
Gets the sending ActorRef of the current message
(Inherited from ActorBase.)
Top
See Also