Click or drag to resize
Akka.NETMaxInFlightRequestStrategyRequestDemand Method
TBD

Namespace:  Akka.Streams.Actors
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int RequestDemand(
	int remainingRequested
)

Parameters

remainingRequested
Type: SystemInt32
TBD

Return Value

Type: Int32
TBD

Implements

IRequestStrategyRequestDemand(Int32)
See Also