Finishes the asynchronous execution of the Execute operation.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public List<Document> EndGetNextSet( IAsyncResult asyncResult )
 Parameters
 Parameters- asyncResult (IAsyncResult)
- The IAsyncResult returned by the call to BeginGetNextSet.
 Return Value
 Return ValueNext set of Documents matching the search parameters
 See Also
 See Also