Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndGetServerCertificate C# (CSharp) 메소드

EndGetServerCertificate() 공개 메소드

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