Class Blackhole
Signals that we're going to totally black out a connection
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public class Blackhole : ThrottleMode, INoSerializationVerificationNeeded
Properties
| Edit this page View SourceInstance
The singleton instance
Declaration
public static Blackhole Instance { get; }
Property Value
Type | Description |
---|---|
Blackhole |
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 |