Asynchronously retrieves a list of Outbound Dialer Servers indicating Manual Only Call Server (MOCS) or not
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 GetODSTypeAsync( Dictionary<string, string> ODSConfigurationCol, EventHandler<AsyncCompletedEventArgs<Dictionary<string, bool>>> completionCallback, Object state ) |
Visual Basic |
---|
Public Sub GetODSTypeAsync ( _ ODSConfigurationCol As Dictionary(Of String, String), _ completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of Dictionary(Of String, Boolean))), _ state As Object _ ) |
Parameters
- ODSConfigurationCol
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
A map of outbound dialer servers. Key=ID, Value=ODSEncryptedKey.
- completionCallback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Dictionary<(Of <(<'String, Boolean>)>)>>)>)>>)>)>
completion event handler
- state
- Type: System..::..Object