Show / Hide Table of Contents

    Class Timers

    INTERNAL API

    Various stages for controlling timeouts on IO related streams (although not necessarily).

    The common theme among the processing stages here that

    • they wait for certain event or events to happen
    • they have a timer that may fire before these events
    • if the timer fires before the event happens, these stages all fail the stream
    • otherwise, these streams do not interfere with the element flow, ordinary completion or failure
    Inheritance
    System.Object
    Timers
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public static class Timers

    Fields

    | Improve this Doc View Source

    GraphStageLogicTimer

    TBD

    Declaration
    public const string GraphStageLogicTimer = "GraphStageLogicTimer"
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    IdleTimeoutCheckInterval(TimeSpan)

    TBD

    Declaration
    public static TimeSpan IdleTimeoutCheckInterval(TimeSpan timeout)
    Parameters
    Type Name Description
    System.TimeSpan timeout

    TBD

    Returns
    Type Description
    System.TimeSpan

    TBD

    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2017 Akka.NET project
    Generated by DocFX