Skip to main content Skip to complementary content

SaveObjectsAsync Method

Overloads

SaveObjectsAsync()

Saves all objects that were modified in the app.

SaveObjectsAsync(AsyncHandle)

Saves all objects that were modified in the app.

SaveObjectsAsync()

Saves all objects that were modified in the app.

Declaration

      public Task SaveObjectsAsync()
    

Returns

Type Description
System.Threading.Tasks.Task

Implements

Remarks

Data from the data model are not saved.

SaveObjectsAsync(AsyncHandle)

Saves all objects that were modified in the app.

Declaration

      public Task SaveObjectsAsync(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

Returns

Type Description
System.Threading.Tasks.Task

Implements

Remarks

Data from the data model are not saved.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!