CreateAppWithName Method
Overloads
CreateAppWithName(ILocation, String) |
Create an application with given name. This method opens a temporary websocket connection. |
CreateAppWithName(ILocation, String)
Create an application with given name. This method opens a temporary websocket connection.
Declaration
public static IAppIdentifier CreateAppWithName(this ILocation location, string appName)
Parameters
Type | Name | Description |
---|---|---|
ILocation | location |
Location object of the Qlik Sense instance |
System.String | appName |
Application name |
Returns
Type | Description |
---|---|
IAppIdentifier |
IAppIdentifier, token to identify an unique app |
Exceptions
Type | Condition |
---|---|
MethodInvocationException |