'Declaration Protected MustOverride Function EndExecuteDataQuery( _ ByVal asyncResult As IAsyncResult _ ) As DataQueryResult
'Usage Dim instance As AsyncIndexDataSourceProvider Dim asyncResult As IAsyncResult Dim value As DataQueryResult value = instance.EndExecuteDataQuery(asyncResult)
protected abstract DataQueryResult EndExecuteDataQuery( IAsyncResult asyncResult )
Parameters
- asyncResult
- An IAsyncResult representing the result of the operation as returned by BeginExecuteDataQuery.
Return Value
A DataQueryResult containing the result of the query.