Skip to main content
All docs
V25.1
  • .NET 8.0+

    WinApplication.WaitAndPump(Task, Int32) Method

    Namespace: DevExpress.ExpressApp.Win

    Assembly: DevExpress.ExpressApp.Win.v25.1.dll

    Declaration

    public static void WaitAndPump(
        Task task,
        int timeout = -1
    )

    Parameters

    Name Type
    task Task

    Optional Parameters

    Name Type Default
    timeout Int32 -1
    See Also