Search Results for

    Show / Hide Table of Contents

    Class MainLoop.Timeout

    Provides data for timers running manipulation.
    Inheritance
    System.Object
    MainLoop.Timeout
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public sealed class Timeout

    Fields

    | Improve this Doc View Source

    Callback

    The function that will be invoked.
    Declaration
    public Func<MainLoop, bool> Callback
    Field Value
    Type Description
    System.Func<MainLoop, System.Boolean>
    | Improve this Doc View Source

    Span

    Time to wait before invoke the callback.
    Declaration
    public TimeSpan Span
    Field Value
    Type Description
    System.TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX