Amazon.CloudSearchDomain.AmazonCloudSearchDomainClient.EndSuggest C# (CSharp) Метод

EndSuggest() публичный Метод

Finishes the asynchronous execution of the Suggest operation.
public EndSuggest ( IAsyncResult asyncResult ) : SuggestResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSuggest.
Результат SuggestResponse
        public  SuggestResponse EndSuggest(IAsyncResult asyncResult)
        {
            return EndInvoke<SuggestResponse>(asyncResult);
        }