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

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

Initiates the asynchronous execution of the Suggest operation.
public BeginSuggest ( SuggestRequest request, AsyncCallback callback, object state ) : IAsyncResult
request SuggestRequest Container for the necessary parameters to execute the Suggest operation on AmazonCloudSearchDomainClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginSuggest(SuggestRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new SuggestRequestMarshaller();
            var unmarshaller = SuggestResponseUnmarshaller.Instance;

            return BeginInvoke<SuggestRequest>(request, marshaller, unmarshaller,
                callback, state);
        }