End executing an asynchronous Select command on the DatasetTable

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

Public Function EndSelectCommand( _ 
ByVal ar As IAsyncResult, _ 
ByRef statusMessage As String
) As Integer
This language is not supported or no code example is available.
public int EndSelectCommand( 
IAsyncResult ar
out string statusMessage 
)
This language is not supported or no code example is available.

Parameters

ar
Type: IAsyncResult

Reference to object returned by BeginSelectCommand method

statusMessage
Type: string

Return status message

Return Value

Type: int

If sucess returs 0 else error code

.NET Framework

Supported in: 4.6.2, 4.7