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

GenerateClientCertificateAsync() public method

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

            return InvokeAsync<GenerateClientCertificateRequest,GenerateClientCertificateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient