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