Search Results for

    Show / Hide Table of Contents

    Class ThrottleMode

    The type of throttle being applied to a connection.

    Inheritance
    object
    ThrottleMode
    Blackhole
    TokenBucket
    Unthrottled
    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 abstract class ThrottleMode : INoSerializationVerificationNeeded

    Methods

    | Edit this page View Source

    TimeToAvailable(long, int)

    TBD

    Declaration
    public abstract TimeSpan TimeToAvailable(long currentNanoTime, int tokens)
    Parameters
    Type Name Description
    long currentNanoTime

    TBD

    int tokens

    TBD

    Returns
    Type Description
    TimeSpan

    TBD

    | Edit this page View Source

    TryConsumeTokens(long, int)

    TBD

    Declaration
    public abstract (ThrottleMode, bool) TryConsumeTokens(long nanoTimeOfSend, int tokens)
    Parameters
    Type Name Description
    long nanoTimeOfSend

    TBD

    int tokens

    TBD

    Returns
    Type Description
    (ThrottleMode, bool)

    TBD

    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