Click or drag to resize

IGatewayTestConnection 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/Gateway/IGateway/TestConnection", 
	ReplyAction = "http://schemas.omada.net/ois/2014/Provisioning/Gateway/IGateway/TestConnectionResponse")]
[FaultContractAttribute(typeof(string), Action = "http://schemas.omada.net/ois/2014/Provisioning/Gateway/IGateway/TestConnectionStringFault", 
	Name = "string", Namespace = "http://schemas.microsoft.com/2003/10/Serialization/")]
TestConnectionResult TestConnection(
	string collectorType,
	Dictionary<string, string> parameters
)

Parameters

collectorType
Type: SystemString
parameters
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: TestConnectionResult
See Also