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

Session.SetAsyncRequestPriority(Object, AsyncRequestPriority) Method

This method is intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public static void SetAsyncRequestPriority(
    object asyncResult,
    AsyncRequestPriority priority
)

Parameters

Name Type
asyncResult Object
priority DevExpress.Xpo.Helpers.AsyncRequestPriority
See Also