API Help
Eplan.EplApi.Base.Internal Namespace / EplanMainThreadDispatcher Class / CanAccessMainThread Method

In This Topic
    CanAccessMainThread Method
    In This Topic
    Allows the user to access the main thread both synchronously and asynchronously.
    Syntax
    public static bool CanAccessMainThread()
    public:
    static bool CanAccessMainThread(); 

    Return Value

    True then execution is possible.
    Exceptions
    ExceptionDescription
    Thrown when no MainThreadDispatcher was set.
    See Also