PublishAppAsync Method
Overloads
| PublishAppAsync(String, String, String) |
Publishes an app to the supplied stream. |
|
| PublishAppAsync(AsyncHandle, String, String, String) |
Publishes an app to the supplied stream. |
PublishAppAsync(String, String, String)
Publishes an app to the supplied stream.
Declaration
public Task PublishAppAsync([QixName("qAppId")] string appId, [QixName("qName")] string name, [QixName("qStreamId")] string streamId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | appId |
The Id of the app to publish. |
| System.String | name |
The name of the app to publish. |
| System.String | streamId |
The stream Id of the app to publish. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
PublishAppAsync(AsyncHandle, String, String, String)
Publishes an app to the supplied stream.
Declaration
public Task PublishAppAsync(AsyncHandle asyncHandle, [QixName("qAppId")] string appId, [QixName("qName")] string name, [QixName("qStreamId")] string streamId)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.String | appId |
The Id of the app to publish. |
| System.String | name |
The name of the app to publish. |
| System.String | streamId |
The stream Id of the app to publish. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |