IViewServiceGenerateAndStoreViewThumbnailAsync Method |
Generates a thumbnail for the view.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Task GenerateAndStoreViewThumbnailAsync(
Guid viewId
)
Function GenerateAndStoreViewThumbnailAsync (
viewId As Guid
) As Task
Task^ GenerateAndStoreViewThumbnailAsync(
Guid viewId
)
abstract GenerateAndStoreViewThumbnailAsync :
viewId : Guid -> Task
Parameters
- viewId
- Type: SystemGuid
The view ID.
Return Value
Type:
TaskA task indicating when the operation has completed.
Exceptions See Also