Amazon.Redshift.AmazonRedshiftClient.EndDescribeHsmClientCertificates C# (CSharp) Метод

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

Finishes the asynchronous execution of the DescribeHsmClientCertificates operation.
public EndDescribeHsmClientCertificates ( IAsyncResult asyncResult ) : DescribeHsmClientCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeHsmClientCertificates.
Результат DescribeHsmClientCertificatesResponse
        public  DescribeHsmClientCertificatesResponse EndDescribeHsmClientCertificates(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeHsmClientCertificatesResponse>(asyncResult);
        }
AmazonRedshiftClient