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

EndUploadServerCertificate() public method

Finishes the asynchronous execution of the UploadServerCertificate operation.
public EndUploadServerCertificate ( IAsyncResult asyncResult ) : UploadServerCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUploadServerCertificate.
return UploadServerCertificateResponse
        public  UploadServerCertificateResponse EndUploadServerCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<UploadServerCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient