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

EndListOutgoingCertificates() public method

Finishes the asynchronous execution of the ListOutgoingCertificates operation.
public EndListOutgoingCertificates ( IAsyncResult asyncResult ) : ListOutgoingCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListOutgoingCertificates.
return ListOutgoingCertificatesResponse
        public  ListOutgoingCertificatesResponse EndListOutgoingCertificates(IAsyncResult asyncResult)
        {
            return EndInvoke<ListOutgoingCertificatesResponse>(asyncResult);
        }
AmazonIoTClient