Asynchronously retrieves the names of the master and the switchover CCS servers.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public void GetSwitchoverPairAsync( ServerType serverType, EventHandler<AsyncCompletedEventArgs<SwitchoverPair>> callback, Object userState ) |
Visual Basic |
---|
Public Sub GetSwitchoverPairAsync ( _ serverType As ServerType, _ callback As EventHandler(Of AsyncCompletedEventArgs(Of SwitchoverPair)), _ userState As Object _ ) |
Parameters
- serverType
- Type: ININ.IceLib.Configuration.Dialer..::..ServerType
Outbound Dialer or Central Campaign server
- callback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'SwitchoverPair>)>)>>)>)>
- userState
- Type: System..::..Object