Get a list of Outbound Dialer Servers indicating Manual Only Call Server (MOCS) or not

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public Dictionary<string, bool> GetODSType(
	Dictionary<string, string> ODSConfigurationCol
)
Visual Basic
Public Function GetODSType ( _
	ODSConfigurationCol As Dictionary(Of String, String) _
) As Dictionary(Of String, Boolean)

Parameters

ODSConfigurationCol
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
A map of outbound dialer servers. Key=ID, Value=ODSEncryptedKey.

See Also