Amazon.IoT.AmazonIoTClient.EndListCACertificates C# (CSharp) Метод

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

Finishes the asynchronous execution of the ListCACertificates operation.
public EndListCACertificates ( IAsyncResult asyncResult ) : ListCACertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCACertificates.
Результат ListCACertificatesResponse
        public  ListCACertificatesResponse EndListCACertificates(IAsyncResult asyncResult)
        {
            return EndInvoke<ListCACertificatesResponse>(asyncResult);
        }
AmazonIoTClient