Click or drag to resize
Akka.NETActorPublisher<T>.TotalDemand Property
Total number of requested elements from the stream subscriber. This actor automatically keeps tracks of this amount based on incoming request messages and outgoing OnNext(T).

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public long TotalDemand { get; }

Property Value

Type: Int64
See Also