| BlackholeTimeToAvailable Method |
TBD
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override TimeSpan TimeToAvailable(
long currentNanoTime,
int tokens
)
abstract TimeToAvailable :
currentNanoTime : int64 *
tokens : int -> TimeSpan
override TimeToAvailable :
currentNanoTime : int64 *
tokens : int -> TimeSpan
Parameters
- currentNanoTime
- Type: SystemInt64
TBD - tokens
- Type: SystemInt32
TBD
Return Value
Type:
TimeSpanTBD
See Also