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
Task SaveObjectsAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
Data from the data model are not saved.
SaveObjectsAsync(AsyncHandle)
Saves all objects that were modified in the app.
Declaration
Task SaveObjectsAsync(AsyncHandle asyncHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
Data from the data model are not saved.