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

WinApplication.WaitAndPump(Task, Int32) Method

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v24.2.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