Asynchronously retrieves a list of tables from the database.

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 GetTablesAsync(
	EventHandler<AsyncCompletedEventArgs<string[]>> completionCallback,
	Object state
)
Visual Basic
Public Sub GetTablesAsync ( _
	completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of String())), _
	state As Object _
)

Parameters

completionCallback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'array<String>[]()[][]>)>)>>)>)>
state
Type: System..::..Object

See Also