 | Throttle<T> Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic Throttle(
int cost,
TimeSpan per,
int maximumBurst,
Func<T, int> costCalculation,
ThrottleMode mode
)
new :
cost : int *
per : TimeSpan *
maximumBurst : int *
costCalculation : Func<'T, int> *
mode : ThrottleMode -> Throttle
Parameters
- cost
- Type: System.Int32
TBD - per
- Type: System.TimeSpan
TBD - maximumBurst
- Type: System.Int32
TBD - costCalculation
- Type: System.Func<T, Int32>
TBD - mode
- Type: Akka.Streams.ThrottleMode
TBD
See Also