Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUploadSigningCertificate C# (CSharp) Метод

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

Finishes the asynchronous execution of the UploadSigningCertificate operation.
public EndUploadSigningCertificate ( IAsyncResult asyncResult ) : UploadSigningCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUploadSigningCertificate.
Результат UploadSigningCertificateResponse
        public  UploadSigningCertificateResponse EndUploadSigningCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<UploadSigningCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient