DataCubeControllerClearDataResultCache Method

POST /DataCube/ClearDataResultCache/{id} Clears all the results based on the specified cube from the data result cache.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("ClearDataResultCache")]
public IActionResult ClearDataResultCache(
	Guid id,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the data cube to clear the result cache.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
A Boolean indicating a successful cache clear or not, or a status code indicating the problem.
See Also