Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

WinApplication.WaitAndPump(Task, Int32, Boolean) Method

Namespace: DevExpress.ExpressApp.Win

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

Declaration

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

Parameters

Name Type
task Task
timeout Int32
throwOnTimeout Boolean
See Also