DoSaveAsync Method
Overloads
| DoSaveAsync(String) | Saves an app. All objects and data in the data model are saved. | |
| DoSaveAsync(AsyncHandle, String) | Saves an app. All objects and data in the data model are saved. | 
DoSaveAsync(String)
Saves an app. All objects and data in the data model are saved.
Declaration
      public Task DoSaveAsync([QixName("qFileName")] string fileName = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fileName | Name of the file to save. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
Implements
DoSaveAsync(AsyncHandle, String)
Saves an app. All objects and data in the data model are saved.
Declaration
      public Task DoSaveAsync(AsyncHandle asyncHandle, [QixName("qFileName")] string fileName = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.String | fileName | Name of the file to save. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |