SessionAppAsync Method
Overloads
| SessionAppAsync() | Create and connect to a session app. This method opens a websocket connection. | 
SessionAppAsync()
Create and connect to a session app. This method opens a websocket connection.
Declaration
      public Task<IApp> SessionAppAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<IApp> | IApp |