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.