Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.WaitForAsyncRequestComplete(Session, Object) Method

This method is intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public static WaitForAsyncOperationResult WaitForAsyncRequestComplete(
    Session session,
    object asyncResult
)

Parameters

Name Type
session Session
asyncResult Object

Returns

Type
DevExpress.Xpo.Helpers.WaitForAsyncOperationResult
See Also