Click or drag to resize
Akka.NETThrottleModeTimeToAvailable Method
TBD

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract TimeSpan TimeToAvailable(
	long currentNanoTime,
	int tokens
)

Parameters

currentNanoTime
Type: SystemInt64
TBD
tokens
Type: SystemInt32
TBD

Return Value

Type: TimeSpan
TBD
See Also