Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListServerCertificates C# (CSharp) Method

EndListServerCertificates() public method

Finishes the asynchronous execution of the ListServerCertificates operation.
public EndListServerCertificates ( IAsyncResult asyncResult ) : ListServerCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListServerCertificates.
return Amazon.IdentityManagement.Model.ListServerCertificatesResponse
        public  ListServerCertificatesResponse EndListServerCertificates(IAsyncResult asyncResult)
        {
            return EndInvoke<ListServerCertificatesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient