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
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 |
DoSaveAsync(AsyncHandle, String)
Saves an app. All objects and data in the data model are saved.
Declaration
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 |
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!