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

EndGetServerCertificate() public method

Finishes the asynchronous execution of the GetServerCertificate operation.
public EndGetServerCertificate ( IAsyncResult asyncResult ) : GetServerCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetServerCertificate.
return Amazon.IdentityManagement.Model.GetServerCertificateResponse
        public  GetServerCertificateResponse EndGetServerCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<GetServerCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient