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

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

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