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

IObjectLayerAsync.LoadCollectionObjectsAsync(Session, XPMemberInfo, Object, CancellationToken) Method

Reserved for v20.1. For additional information, see The IObjectLayerAsync interface has been changed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

Task<object[]> LoadCollectionObjectsAsync(
    Session session,
    XPMemberInfo refProperty,
    object ownerObject,
    CancellationToken cancellationToken = default(CancellationToken)
)

Parameters

Name Type
session Session
refProperty XPMemberInfo
ownerObject Object

Optional Parameters

Name Type Default
cancellationToken CancellationToken *null*

Returns

Type
Task<Object[]>
See Also