Amazon.Elasticsearch.AmazonElasticsearchClient.EndCreateElasticsearchDomain C# (CSharp) Méthode

EndCreateElasticsearchDomain() public méthode

Finishes the asynchronous execution of the CreateElasticsearchDomain operation.
public EndCreateElasticsearchDomain ( IAsyncResult asyncResult ) : Amazon.Elasticsearch.Model.CreateElasticsearchDomainResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateElasticsearchDomain.
Résultat Amazon.Elasticsearch.Model.CreateElasticsearchDomainResponse
        public  CreateElasticsearchDomainResponse EndCreateElasticsearchDomain(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateElasticsearchDomainResponse>(asyncResult);
        }