Skip to main content
.NET 6.0+

SimpleObjectLayer.LoadDelayedPropertiesAsync Method

Name Parameters Description
LoadDelayedPropertiesAsync(Session, IList, XPMemberInfo, CancellationToken) session, objects, property, cancellationToken Asynchronously loads data from a session to an object’s specific properties marked for delayed loading.
LoadDelayedPropertiesAsync(Session, Object, MemberPathCollection, CancellationToken) session, theObject, props, cancellationToken Asynchronously loads data from a session to an object’s specific properties marked for delayed loading.