Skip to main content
All docs
V23.2
.NET 6.0+

WinApplication.WaitAndPump(Task, Int32, Boolean) Method

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public static void WaitAndPump(
    Task task,
    int timeout,
    bool throwOnTimeout
)

Parameters

Name Type
task Task
timeout Int32
throwOnTimeout Boolean
See Also