Class Unthrottled
Unthrottles a previously throttled connection
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public class Unthrottled : ThrottleMode, INoSerializationVerificationNeeded
Properties
| Improve this Doc View SourceInstance
Declaration
public static Unthrottled Instance { get; }
Property Value
Type | Description |
---|---|
Unthrottled |
Methods
| Improve this Doc View SourceTimeToAvailable(Int64, Int32)
TBD
Declaration
public override TimeSpan TimeToAvailable(long currentNanoTime, int tokens)
Parameters
Type | Name | Description |
---|---|---|
Int64 | currentNanoTime | TBD |
Int32 | tokens | TBD |
Returns
Type | Description |
---|---|
TimeSpan | TBD |
Overrides
| Improve this Doc View SourceTryConsumeTokens(Int64, Int32)
TBD
Declaration
public override (ThrottleMode, bool) TryConsumeTokens(long nanoTimeOfSend, int tokens)
Parameters
Type | Name | Description |
---|---|---|
Int64 | nanoTimeOfSend | TBD |
Int32 | tokens | TBD |
Returns
Type | Description |
---|---|
System.ValueTuple<ThrottleMode, Boolean> | TBD |