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

    Session.CreateObjectTypeRecordsAsync Method

    Name Parameters Description
    CreateObjectTypeRecordsAsync(Boolean, CancellationToken) createOnlyNecessary, cancellationToken Asynchronously stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain.
    CreateObjectTypeRecordsAsync(CancellationToken, XPClassInfo[]) cancellationToken, types Asynchronously stores valid persistent types for the specified persistent class metadata information.
    CreateObjectTypeRecordsAsync(CancellationToken, Boolean, XPClassInfo[]) cancellationToken, createOnlyNecessary, types Asynchronously stores valid persistent types for the specified persistent class metadata information.
    CreateObjectTypeRecordsAsync(CancellationToken, Boolean, Assembly[]) cancellationToken, createOnlyNecessary, assemblies Asynchronously stores valid persistent types for all the types which are defined within the specified assemblies.
    CreateObjectTypeRecordsAsync(CancellationToken, Boolean, Type[]) cancellationToken, createOnlyNecessary, types Asynchronously stores valid persistent types for the specified class types.
    CreateObjectTypeRecordsAsync(CancellationToken, Assembly[]) cancellationToken, assemblies Asynchronously stores valid persistent types for all the types which are defined within the specified assemblies.
    CreateObjectTypeRecordsAsync(CancellationToken, Type[]) cancellationToken, types Asynchronously stores valid persistent types for the specified class types.
    CreateObjectTypeRecordsAsync(CancellationToken) cancellationToken Asynchronously stores valid persistent types for all the types which are defined within the assemblies that have been loaded in the current application domain.