Click or drag to resize
Akka.NETThrottleMode.TimeToAvailable 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: System.Int64
TBD
tokens
Type: System.Int32
TBD

Return Value

Type: TimeSpan
TBD
See Also