Amazon.CertificateManager.AmazonCertificateManagerClient.EndListCertificates C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListCertificates operation.
public EndListCertificates ( IAsyncResult asyncResult ) : ListCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCertificates.
Результат Amazon.CertificateManager.Model.ListCertificatesResponse
        public  ListCertificatesResponse EndListCertificates(IAsyncResult asyncResult)
        {
            return EndInvoke<ListCertificatesResponse>(asyncResult);
        }