Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUploadSigningCertificate C# (CSharp) Method

EndUploadSigningCertificate() public method

Finishes the asynchronous execution of the UploadSigningCertificate operation.
public EndUploadSigningCertificate ( IAsyncResult asyncResult ) : UploadSigningCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUploadSigningCertificate.
return UploadSigningCertificateResponse
        public  UploadSigningCertificateResponse EndUploadSigningCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<UploadSigningCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient