Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    XPBaseCollection.BeginLoadAsync(CancellationToken) Method

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    public Task<ObjectsQuery> BeginLoadAsync(
        CancellationToken cancellationToken = default(CancellationToken)
    )

    Optional Parameters

    Name Type Default
    cancellationToken CancellationToken null

    Returns

    Type
    Task<ObjectsQuery>
    See Also