ApplicationService.CreateAsync Method¶
Create an application
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Task<Application> CreateAsync(
string name,
string manufacturer,
string version,
string appId
)
VB¶
Public Function CreateAsync (
name As String,
manufacturer As String,
version As String,
appId As String
) As Task(Of Application)
Parameters¶
- name
- Type: System.String
The name of the application. - manufacturer
- Type: System.String
The manufacturer of the application. - version
- Type: System.String
The version of the application. - appId
- Type: System.String
The AppId of the application.
Return Value¶
Type: Task(Application)
Returns the newly created Application application object.