PublishAsync Method
Overloads
PublishAsync(String, String) |
Publishes an app. All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published. |
|
PublishAsync(AsyncHandle, String, String) |
Publishes an app. All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published. |
PublishAsync(String, String)
Publishes an app.
All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published.
Declaration
public Task PublishAsync([QixName("qStreamId")] string streamId, [QixName("qName")] string name = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | streamId |
Identifier of the stream. |
System.String | name |
Name of the published app. If this parameter is not set, the engine automatically gives a new name to the published app. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
Remarks
An app can only be published once and cannot be published to more than one stream.
PublishAsync(AsyncHandle, String, String)
Publishes an app.
All app objects are published. Generic objects, bookmarks, dimensions and measures inside the app are published.
Declaration
public Task PublishAsync(AsyncHandle asyncHandle, [QixName("qStreamId")] string streamId, [QixName("qName")] string name = null)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | streamId |
Identifier of the stream. |
System.String | name |
Name of the published app. If this parameter is not set, the engine automatically gives a new name to the published app. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
Remarks
An app can only be published once and cannot be published to more than one stream.
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!