| MaxInFlightRequestStrategyInFlight Property |
Concrete subclass must implement this method to define how many
messages that are currently in progress or queued.
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public abstract int InFlight { get; }
abstract InFlight : int with get
Property Value
Type:
Int32See Also