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
| Improve this Doc View SourceInstance
The singleton instance
Declaration
public static Blackhole Instance { get; }
Property Value
Type | Description |
---|---|
Blackhole |
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 |