| 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
Syntaxpublic 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:
StringXMLA JSON script which can be sent to Tabular Model to execute processing
RemarksIt 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