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