Amazon.APIGateway.AmazonAPIGatewayClient.EndUpdateClientCertificate C# (CSharp) 메소드

EndUpdateClientCertificate() 공개 메소드

Finishes the asynchronous execution of the UpdateClientCertificate operation.
public EndUpdateClientCertificate ( IAsyncResult asyncResult ) : UpdateClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateClientCertificate.
리턴 Amazon.APIGateway.Model.UpdateClientCertificateResponse
        public  UpdateClientCertificateResponse EndUpdateClientCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateClientCertificateResponse>(asyncResult);
        }
AmazonAPIGatewayClient