IDataCubeServiceClearDataResultCache Method

Clears all the results based on the specified cube from the data result cache.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool ClearDataResultCache(
	Guid dataCubeId
)

Parameters

dataCubeId
Type: SystemGuid
The data cube ID.

Return Value

Type: Boolean
if the operation completes successfully.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeId is Empty.
NotFoundExceptionThe specified data cube could not be found.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also