SessionAppFromAppAsync Method
Overloads
| SessionAppFromAppAsync(String) | Create and connect to a session app. This method opens a websocket connection. | 
SessionAppFromAppAsync(String)
Create and connect to a session app. This method opens a websocket connection.
Declaration
      public Task<IApp> SessionAppFromAppAsync(string fromAppId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fromAppId | The ID of the source app. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<IApp> | IApp |