TimeSpacingThrottle Constructor (String, Int32, Int32, String)NFX Class Library

[This is preliminary documentation and is subject to change.]

Constructor

Namespace: NFX.Throttling
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public TimeSpacingThrottle(
	string name,
	int throttleLimit,
	int throttleInterval = 1,
	string unit = null
)
See Also