Click or drag to resize

GatewayClientCallWebServiceAsync 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<string> CallWebServiceAsync(
	string request,
	Dictionary<string, string> webRequestConfiguration
)

Parameters

request
Type: SystemString
webRequestConfiguration
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: TaskString

Implements

IGatewayCallWebServiceAsync(String, DictionaryString, String)
See Also