Amazon.APIGateway.AmazonAPIGatewayClient.UpdateClientCertificateAsync C# (CSharp) Method

UpdateClientCertificateAsync() public method

Initiates the asynchronous execution of the UpdateClientCertificate operation.
public UpdateClientCertificateAsync ( UpdateClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateClientCertificateRequest Container for the necessary parameters to execute the UpdateClientCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateClientCertificateResponse> UpdateClientCertificateAsync(UpdateClientCertificateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateClientCertificateRequestMarshaller();
            var unmarshaller = UpdateClientCertificateResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateClientCertificateRequest,UpdateClientCertificateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient