SessionAppAsync Method
Overloads
SessionAppAsync(ILocation, ISession) |
Create and connect to a new session app. This method opens a websocket connection. |
SessionAppAsync(ILocation, ISession)
Create and connect to a new session app. This method opens a websocket connection.
Declaration
public static Task<ICreateSessionAppResult> SessionAppAsync(this ILocation location, ISession session = null)
Parameters
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ICreateSessionAppResult> |
A task with the result of the session app creation call as result. |