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

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

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