Asynchronously verifies connection information by attempting to establish a connection to the database server.

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 TestAsync(
	EventHandler<AsyncCompletedEventArgs<bool>> completionCallback,
	Object state
)
Visual Basic
Public Sub TestAsync ( _
	completionCallback As EventHandler(Of AsyncCompletedEventArgs(Of Boolean)), _
	state As Object _
)

Parameters

completionCallback
Type: System..::..EventHandler<(Of <(<'AsyncCompletedEventArgs<(Of <(<'Boolean>)>)>>)>)>
state
Type: System..::..Object

See Also