Session WithApp Method (IAppIdentifier, SessionType)Qlik Sense .NET SDK - API Reference
Initializes a app specific session
SessionTypeBehavour
SessionType.DefaultConnects to a app session shared with the Qlik Senese web client
SessionType.RandomConnects to a globaly unique app session

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public static ISession WithApp(
	IAppIdentifier appIdentifier,
	SessionType sessionType
)

Return Value

Type: ISession
See Also