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

DeleteClientCertificateAsync() public method

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

            return InvokeAsync<DeleteClientCertificateRequest,DeleteClientCertificateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient