Begin executing an asynchronous Select command on the DatasetTable

Namespace: T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)

Public Function BeginSelectCommand( _ 
ByVal callback As AsyncCallback, _ 
ByVal state As Object
) As IAsyncResult
This language is not supported or no code example is available.
public IAsyncResult BeginSelectCommand( 
AsyncCallback callback
object state 
)
This language is not supported or no code example is available.

Parameters

callback
Type: AsyncCallback

Callback that will be called after executing

state
Type: object

Reference to any object

Return Value

Type: IAsyncResult

Reference to object that should be passed to EndSelectCommand method while executing callback.

.NET Framework

Supported in: 4.6.2, 4.7