IOlapCubeServiceClearDataResultCache Method

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

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
bool ClearDataResultCache(
	Guid olapCubeId
)

Parameters

olapCubeId
Type: SystemGuid
The OLAP cube ID.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentExceptionolapCubeId is Empty.
NotFoundExceptionThe specified OLAP cube could not be found.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also