Run a query to retrieve records from the contact list.
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 Collection<Dictionary<string, Object>> GetContacts( HttpRequestKey requestKey, SelectCommand command ) |
Visual Basic |
---|
Public Function GetContacts ( _ requestKey As HttpRequestKey, _ command As SelectCommand _ ) As Collection(Of Dictionary(Of String, Object)) |
Parameters
- requestKey
- Type: ININ.IceLib.Configuration.Dialer..::..HttpRequestKey
The request key obtained by calling GetHttpRequestKey(ConfigurationId, ServerType)
- command
- Type: ININ.IceLib.Configuration.Dialer..::..SelectCommand
The query to run.