Open this page in the API Guide

IDataCubeService.ScheduleInMemoryCubes Method

Configure the in-memory storage and the referenced cubes processing priorities for the specified data cubes.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void ScheduleInMemoryCubes(
	ICollection<Guid> dataCubeIds,
	ScheduleRule scheduleRule,
	bool triggerReferencesProcess,
	Guid? tenantId
)

Parameters

dataCubeIds
Type: System.Collections.Generic.ICollection<Guid>
The specified data cube IDs.
scheduleRule
Type: Dundas.BI.Scheduling.ScheduleRule
The schedule to use for cube processing.
triggerReferencesProcess
Type: System.Boolean
If true, then referenced cubes are processed automatically prior to the specified data cubes.
tenantId
Type: System.Nullable<Guid>
The tenant ID. Use null if the operation is for general purpose.
Exceptions
ExceptionCondition
ArgumentExceptiondataCubeIds is not a valid collection.
ArgumentNullExceptionscheduleRule is null.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If a tenant is specified, the value of the triggerReferencesProcess is ignored.
See Also