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

ListTagsForCertificateAsync() public method

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

            return InvokeAsync<ListTagsForCertificateRequest,ListTagsForCertificateResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }