Search Results for

    Show / Hide Table of Contents

    Class Blackhole

    Signals that we're going to totally black out a connection

    Inheritance
    object
    ThrottleMode
    Blackhole
    Implements
    INoSerializationVerificationNeeded
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote.Transport
    Assembly: Akka.Remote.dll
    Syntax
    public class Blackhole : ThrottleMode, INoSerializationVerificationNeeded

    Properties

    | Edit this page View Source

    Instance

    The singleton instance

    Declaration
    public static Blackhole Instance { get; }
    Property Value
    Type Description
    Blackhole

    Methods

    | Edit this page View Source

    TimeToAvailable(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
    ThrottleMode.TimeToAvailable(long, int)
    | Edit this page View Source

    TryConsumeTokens(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

    Overrides
    ThrottleMode.TryConsumeTokens(long, int)

    Implements

    INoSerializationVerificationNeeded

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET