Amazon.Elasticsearch.AmazonElasticsearchClient.BeginListDomainNames C# (CSharp) Метод

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

Initiates the asynchronous execution of the ListDomainNames operation.
public BeginListDomainNames ( ListDomainNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request ListDomainNamesRequest Container for the necessary parameters to execute the ListDomainNames operation on AmazonElasticsearchClient.
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 BeginListDomainNames(ListDomainNamesRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListDomainNamesRequestMarshaller();
            var unmarshaller = ListDomainNamesResponseUnmarshaller.Instance;

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