Asynchronously drops the database tables associated with the contact list.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void DropTablesAsync(
	TableType tableMask,
	EventHandler<AsyncCompletedEventArgs<bool>> callback,
	Object userState
)
Visual Basic
Public Sub DropTablesAsync ( _
	tableMask As TableType, _
	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 drop.
callback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Boolean>)>)>>)>)>
The event handler to call upon completion.
userState
Type: System..::..Object
The user state.

See Also