[This is preliminary documentation and is subject to change.]
Add value to the bucket associated with time
Namespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal override bool Try(
DateTime time,
double value
)
internal override bool Try(
DateTime time,
double value
)
Friend Overrides Function Try (
time As DateTime,
value As Double
) As Boolean
Friend Overrides Function Try (
time As DateTime,
value As Double
) As Boolean
internal:
virtual bool Try(
DateTime time,
double value
) override
internal:
virtual bool Try(
DateTime time,
double value
) override
internal abstract Try :
time : DateTime *
value : float -> bool
internal override Try :
time : DateTime *
value : float -> bool
internal abstract Try :
time : DateTime *
value : float -> bool
internal override Try :
time : DateTime *
value : float -> bool
Parameters
- time
- Type:
System DateTime
Monotonically increasing time value
- value
- Type:
System Double
The value to add to the bucket associated with time
Return Value
Type:
BooleanCurrent running sum