Amazon.IoT.AmazonIoTClient.EndListCertificatesByCA C# (CSharp) Method

EndListCertificatesByCA() public method

Finishes the asynchronous execution of the ListCertificatesByCA operation.
public EndListCertificatesByCA ( IAsyncResult asyncResult ) : ListCertificatesByCAResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCertificatesByCA.
return ListCertificatesByCAResponse
        public  ListCertificatesByCAResponse EndListCertificatesByCA(IAsyncResult asyncResult)
        {
            return EndInvoke<ListCertificatesByCAResponse>(asyncResult);
        }
AmazonIoTClient