Click or drag to resize

IProvisioningConfiguratorUpdateMapperConfigurationAsync 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#
[OperationContractAttribute(Action = "http://schemas.omada.net/ois/2014/Provisioning/Config/IProvisioningConfigurator/UpdateMapperConfiguration", 
	ReplyAction = "http://schemas.omada.net/ois/2014/Provisioning/Config/IProvisioningConfigurator/UpdateMapperConfigurationResponse")]
Task<int> UpdateMapperConfigurationAsync(
	actionType Action,
	MapperConfiguration MapperConfiguration,
	TestOrSave TestOrSave
)

Parameters

Action
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFactionType
MapperConfiguration
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFMapperConfiguration
TestOrSave
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFTestOrSave

Return Value

Type: TaskInt32
See Also