| ZeroRequestStrategyRequestDemand Method |
TBD
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public int RequestDemand(
int remainingRequested
)
abstract RequestDemand :
remainingRequested : int -> int
override RequestDemand :
remainingRequested : int -> int
Parameters
- remainingRequested
- Type: SystemInt32
TBD
Return Value
Type:
Int32TBD
Implements
IRequestStrategyRequestDemand(Int32)See Also