LocalDesktop Method
Overloads
| LocalDesktop(Int32) |
Gets a reference to a local Qlik Sense Desktop instance. |
LocalDesktop(Int32)
Gets a reference to a local Qlik Sense Desktop instance.
Declaration
public static ILocation LocalDesktop(int port = 4848)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | port |
Engine websocket port number. Default is 4848 |
Returns
| Type | Description |
|---|---|
| ILocation |
A reference to the location |