UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Method EnterBusyScope

    EnterBusyScope(ITaskRunner)

    Enters a busy task scope, marking the task runner as busy until the scope is disposed. The scope MUST be disposed to signal the completion of the busy task, otherwise an exception will be thrown when the scope is finalized by the garbage collector. This method is intended to be used with a using statement to ensure proper disposal of the scope.

    Declaration
    public static BusyTaskScope EnterBusyScope(this ITaskRunner taskRunner)
    Parameters
    Type Name Description
    ITaskRunner taskRunner
    Returns
    Type Description
    BusyTaskScope
    © Singulink. All rights reserved.