Skip to main content
.NET Framework 4.5.2+

Session.CancelAsyncRequest(Object) Method

This method is intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public static void CancelAsyncRequest(
    object asyncResult
)

Parameters

Name Type
asyncResult Object
See Also