Search Results for

    Show / Hide Table of Contents

    Class FixedDelay<T>

    Fixed delay strategy, always returns constant delay for any element.

    Inheritance
    object
    FixedDelay<T>
    Implements
    IDelayStrategy<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public class FixedDelay<T> : IDelayStrategy<T>
    Type Parameters
    Name Description
    T

    type of element

    Constructors

    | Edit this page View Source

    FixedDelay(TimeSpan)

    Declaration
    public FixedDelay(TimeSpan delay)
    Parameters
    Type Name Description
    TimeSpan delay

    value of the delay

    Methods

    | Edit this page View Source

    NextDelay(T)

    Returns delay for ongoing element,

    TimeSpan.Zero
    means passing without delay
    Declaration
    public TimeSpan NextDelay(T element)
    Parameters
    Type Name Description
    T element

    element

    Returns
    Type Description
    TimeSpan

    Implements

    IDelayStrategy<T>

    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