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
| Edit this page View SourceInstance
Declaration
public static Unthrottled Instance { get; }
Property Value
| Type | Description |
|---|---|
| Unthrottled |
Methods
| Edit this page View SourceTimeToAvailable(long, int)
TBD
Declaration
public override TimeSpan TimeToAvailable(long currentNanoTime, int tokens)
Parameters
| Type | Name | Description |
|---|---|---|
| long | currentNanoTime | TBD |
| int | tokens | TBD |
Returns
| Type | Description |
|---|---|
| TimeSpan | TBD |
Overrides
| Edit this page View SourceTryConsumeTokens(long, int)
TBD
Declaration
public override (ThrottleMode, bool) TryConsumeTokens(long nanoTimeOfSend, int tokens)
Parameters
| Type | Name | Description |
|---|---|---|
| long | nanoTimeOfSend | TBD |
| int | tokens | TBD |
Returns
| Type | Description |
|---|---|
| (ThrottleMode, bool) | TBD |
Edit this page