Skip to main content Skip to complementary content

SaveAsAsync Method

Overloads

SaveAsAsync(String)

Save a copy of an app with a different name.

Can be used to save a session app as an ordinary app.

SaveAsAsync(AsyncHandle, String)

Save a copy of an app with a different name.

Can be used to save a session app as an ordinary app.

SaveAsAsync<T>(AsyncHandle, Func<Response, T>, String)

Save a copy of an app with a different name.

Can be used to save a session app as an ordinary app.

SaveAsAsync(String)

Save a copy of an app with a different name.

Can be used to save a session app as an ordinary app.

Declaration

      [QixName("SaveAs")]
public Task<string> SaveAsAsync([QixName("qNewAppName")] string newAppName)
    

Parameters

Type Name Description
System.String newAppName

<Name of the saved app>

Returns

Type Description
System.Threading.Tasks.Task<System.String>

Implements

SaveAsAsync(AsyncHandle, String)

Save a copy of an app with a different name.

Can be used to save a session app as an ordinary app.

Declaration

      [QixName("SaveAs")]
public Task<string> SaveAsAsync(AsyncHandle asyncHandle, [QixName("qNewAppName")] string newAppName)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String newAppName

<Name of the saved app>

Returns

Type Description
System.Threading.Tasks.Task<System.String>

Implements

SaveAsAsync<T>(AsyncHandle, Func<Response, T>, String)

Save a copy of an app with a different name.

Can be used to save a session app as an ordinary app.

Declaration

      [QixName("SaveAs")]
public Task<T> SaveAsAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qNewAppName")] string newAppName)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String newAppName

<Name of the saved app>

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

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!