Search Results for

    Show / Hide Table of Contents

    Class MainLoop.Timeout

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

    Fields

    | Edit this page View Source

    Callback

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

    Span

    Time to wait before invoke the callback.
    Declaration
    public TimeSpan Span
    Field Value
    Type Description
    TimeSpan
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX