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