SessionApp Method
Overloads
SessionApp(ILocation, ISession) |
Create and connect to a new session app. This method opens a websocket connection. |
SessionApp(ILocation, ISession)
Create and connect to a new session app. This method opens a websocket connection.
Declaration
public static ICreateSessionAppResult SessionApp(this ILocation location, ISession session = null)
Parameters
Returns
Type | Description |
---|---|
ICreateSessionAppResult |
The result of the session app creation call. |