Jump to: navigation, search

Changes


EventNotificationScanOrchestrator

304 bytes added, Yesterday at 13:00
EventNotificationScanOrchestrator is an orchestrator which can be configured to be executed on the UBIK Enterprise Service e.g. using PluginExecutionConfigPath.
for UBIK Studio Version 4.7 and higher
Offten Named as "CUIEventNotification.json" and mentioned as "PluginExecutionConfigPath" in the "UBIK.EnterpriseService.exe.config" file
<source lang = "csharp">
{
"RepeateEveryMinutes": 10,
"SqlConnectionDefinition": {
"SSPI": false,
"SQLUser": "....",
public double? IdleMinutes{ get; set; }
}
</source>
the file "my_params.json" used as "MethodParameterPathFullName" will be looking like this example
<source lang = "csharp">
{
"ScanDelay": 0, "ScanSize": 50, "MaxProcessedProxies": 500, "MaxProcessedNotifications": 50, "IdleMinutes": 5
}
</source>
2
edits