Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.EndSearch C# (CSharp) Method

EndSearch() public method

Finishes the asynchronous execution of the Search operation.
public EndSearch ( IAsyncResult asyncResult ) : SearchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSearch.
return SearchResponse
        public  SearchResponse EndSearch(IAsyncResult asyncResult)
        {
            return EndInvoke<SearchResponse>(asyncResult);
        }