Amazon.CertificateManager.AmazonCertificateManagerClient.RemoveTagsFromCertificateAsync C# (CSharp) Method

RemoveTagsFromCertificateAsync() public method

Initiates the asynchronous execution of the RemoveTagsFromCertificate operation.
public RemoveTagsFromCertificateAsync ( RemoveTagsFromCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CertificateManager.Model.RemoveTagsFromCertificateRequest Container for the necessary parameters to execute the RemoveTagsFromCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<RemoveTagsFromCertificateResponse> RemoveTagsFromCertificateAsync(RemoveTagsFromCertificateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new RemoveTagsFromCertificateRequestMarshaller();
            var unmarshaller = RemoveTagsFromCertificateResponseUnmarshaller.Instance;

            return InvokeAsync<RemoveTagsFromCertificateRequest,RemoveTagsFromCertificateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }