Click or drag to resize

ProvisioningConfiguratorClientUpdateTargetSystemConfigurationAsync Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task<Guid> UpdateTargetSystemConfigurationAsync(
	actionType Action,
	TargetSystemConfiguration TargetSystemConfiguration,
	TestOrSave TestOrSave
)

Parameters

Action
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFactionType
TargetSystemConfiguration
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFTargetSystemConfiguration
TestOrSave
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFTestOrSave

Return Value

Type: TaskGuid

Implements

IProvisioningConfiguratorUpdateTargetSystemConfigurationAsync(actionType, TargetSystemConfiguration, TestOrSave)
See Also