Search Results for

    Show / Hide Table of Contents

    Class DispatcherFrame

    Representation of Dispatcher frame.

    Inheritance
    object
    DispatcherFrame
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: nanoFramework.UI.Threading
    Assembly: nanoFramework.Graphics.dll
    Syntax
    public class DispatcherFrame

    Constructors

    DispatcherFrame()

    Constructs a new instance of the DispatcherFrame class.

    Declaration
    public DispatcherFrame()

    DispatcherFrame(bool)

    Constructs a new instance of the DispatcherFrame class.

    Declaration
    public DispatcherFrame(bool exitWhenRequested)
    Parameters
    Type Name Description
    bool exitWhenRequested

    Indicates whether or not this frame will exit when all frames are requested to exit.

    Dispatcher frames typically break down into two categories: 1) Long running, general purpose frames, that exit only when told to. These frames should exit when requested. 2) Short running, very specific frames that exit themselves when an important criteria is met. These frames may consider not exiting when requested in favor of waiting for their important criteria to be met. These frames should have a timeout associated with them.

    Properties

    Continue

    Indicates that this dispatcher frame should exit.

    Declaration
    public bool Continue { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX