Skip to main content Skip to complementary content

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

      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

PublishAppAsync(AsyncHandle, String, String, String)

Publishes an app to the supplied stream.

Declaration

      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

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!