Amazon.Redshift.AmazonRedshiftClient.EndDescribeHsmClientCertificates C# (CSharp) Méthode

EndDescribeHsmClientCertificates() public méthode

Finishes the asynchronous execution of the DescribeHsmClientCertificates operation.
public EndDescribeHsmClientCertificates ( IAsyncResult asyncResult ) : DescribeHsmClientCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeHsmClientCertificates.
Résultat DescribeHsmClientCertificatesResponse
        public  DescribeHsmClientCertificatesResponse EndDescribeHsmClientCertificates(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeHsmClientCertificatesResponse>(asyncResult);
        }
AmazonRedshiftClient