Retrieves the names of the master and the switchover ODS servers

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 SwitchoverPair GetSwitchoverPair(
	ServerType serverType
)
Visual Basic
Public Function GetSwitchoverPair ( _
	serverType As ServerType _
) As SwitchoverPair

Parameters

serverType
Type: ININ.IceLib.Configuration.Dialer..::..ServerType
Outbound Dialer or Central Campaign server

Return Value

A SwitchoverPair object

See Also