Click or drag to resize
Akka.NETThrottleT Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Throttle(
	int cost,
	TimeSpan per,
	int maximumBurst,
	Func<T, int> costCalculation,
	ThrottleMode mode
)

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