Skip to main content Skip to complementary content

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

Implements

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!