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