'DeclarationProtected Overrides Function EndExecuteCountQuery( _ ByVal asyncResult As IAsyncResult _ ) As CountQueryResult
'UsageDim instance As AsyncSqlDataSourceProvider Dim asyncResult As IAsyncResult Dim value As CountQueryResult value = instance.EndExecuteCountQuery(asyncResult)
protected override 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.