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