Click or drag to resize

OdwControllerGetProcessingScript Method

Checks tables which require processing and generates script for processing

Namespace:  Omada.OE.Solution.OIM.AppLogic.Analytics
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual string GetProcessingScript(
	bool initializeProcessing,
	string databaseName
)

Parameters

initializeProcessing
Type: SystemBoolean
If true and there are objects to be processed they will be set to InProgress state
databaseName
Type: SystemString
Name of database in tabular model

Return Value

Type: String
XMLA JSON script which can be sent to Tabular Model to execute processing
Remarks
It is recommended that the method is run within synchronized block RunExclusive(Action) to ensure no other processes will start loading or processing at the same time
See Also