Amazon.IoT.AmazonIoTClient.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.
Результат ListCertificatesResponse
        public  ListCertificatesResponse EndListCertificates(IAsyncResult asyncResult)
        {
            return EndInvoke<ListCertificatesResponse>(asyncResult);
        }
AmazonIoTClient