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 SourceCallback
The function that will be invoked.
Declaration
public Func<MainLoop, bool> Callback
Field Value
Type | Description |
---|---|
System.Func<MainLoop, System.Boolean> |
Span
Time to wait before invoke the callback.
Declaration
public TimeSpan Span
Field Value
Type | Description |
---|---|
System.TimeSpan |