IDataCubeServiceBuildInMemoryCubeAsync Method  | 
 
            Starts the build of the in-memory cube for the specified data cube.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxTask BuildInMemoryCubeAsync(
	Guid dataCubeId
)
Function BuildInMemoryCubeAsync ( 
	dataCubeId As Guid
) As Task
Task^ BuildInMemoryCubeAsync(
	Guid dataCubeId
)
abstract BuildInMemoryCubeAsync : 
        dataCubeId : Guid -> Task 
Parameters
- dataCubeId
 - Type: SystemGuid
The data cube ID. 
Return Value
Type: 
TaskA task representing the asynchronous operation.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | dataCubeId is Empty. | 
| NotFoundException | The data cube could not be found. | 
| NoPrivilegeException | 
                None of the following conditions have been met:
                - The caller has Write access to the data cube and the caller's seat kind is Developer.
 - The caller is a system administrator.
 - The caller is a tenant administrator for the tenant associated with the data cube.
 - The caller is a project administrator for the data cube's project.
 
  | 
| InvalidSessionException | The caller context is not associated with a valid session. | 
See Also