Asynchronously create database tables and associate them with 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 CreateTablesAsync( TableType tableMask, IEnumerable<DBColumn> customColumns, EventHandler<AsyncCompletedEventArgs<bool>> callback, Object userState ) |
Visual Basic |
---|
Public Sub CreateTablesAsync ( _ tableMask As TableType, _ customColumns As IEnumerable(Of DBColumn), _ callback As EventHandler(Of AsyncCompletedEventArgs(Of Boolean)), _ userState As Object _ ) |
Parameters
- tableMask
- Type: ININ.IceLib.Configuration.Dialer..::..TableType
A bitmask of TableTypes specifying which tables to create.
- customColumns
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'DBColumn>)>)>
Custom columns to include in the contact list table, or null if not applicable.
- callback
- Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Boolean>)>)>>)>)>
- userState
- Type: System..::..Object