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 |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!