[This is preliminary documentation and is subject to change.]
Update current throttle timestamp
Namespace: NFX.ThrottlingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
internal abstract bool Try(
DateTime time,
double value
)
internal abstract bool Try(
DateTime time,
double value
)
Friend MustOverride Function Try (
time As DateTime,
value As Double
) As Boolean
Friend MustOverride Function Try (
time As DateTime,
value As Double
) As Boolean
internal:
virtual bool Try(
DateTime time,
double value
) abstract
internal:
virtual bool Try(
DateTime time,
double value
) abstract
internal abstract Try :
time : DateTime *
value : float -> bool
internal abstract Try :
time : DateTime *
value : float -> bool
Return Value
Type:
Boolean