| OPSHelperTestConnection Method |
Calls the test connection service in ops
Namespace:
Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic static void TestConnection(
ActionArgument arguments,
string sectionName,
string testConnectionParameter,
string[] additionalSectionNames = null
)
Parameters
- arguments
- Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActionsActionArgument
arguments received in post action - sectionName
- Type: SystemString
name of section - testConnectionParameter
- Type: SystemString
name of the parameter indicating if we should test or not - additionalSectionNames (Optional)
- Type: SystemString
In cases were the post action makes changes to other sections than the current, and when the changes is relevant for the test connection, then specify the name of the affected section names here
See Also