Asynchronously runs 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 void RunSmallQueryAsync( SelectCommand command, EventHandler<AsyncCompletedEventArgs<Collection<Dictionary<string, Object>>>> callback, Object userState ) |
Visual Basic |
---|
Public Sub RunSmallQueryAsync ( _ command As SelectCommand, _ callback As EventHandler(Of AsyncCompletedEventArgs(Of Collection(Of Dictionary(Of String, Object)))), _ userState As Object _ ) |
Parameters
- command
- Type: ININ.IceLib.Configuration.Dialer..::..SelectCommand
The query to run.
- callback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Collection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>>)>)>>)>)>
The event handler to call upon completion.
- userState
- Type: System..::..Object
The user state.