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

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

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public 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