| ThrottleT Constructor |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public 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: SystemInt32
TBD - per
- Type: SystemTimeSpan
TBD - maximumBurst
- Type: SystemInt32
TBD - costCalculation
- Type: SystemFuncT, Int32
TBD - mode
- Type: Akka.StreamsThrottleMode
TBD
See Also