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

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

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