Amazon.IoT.AmazonIoTClient.ListCertificatesByCAAsync C# (CSharp) Method

ListCertificatesByCAAsync() public method

Initiates the asynchronous execution of the ListCertificatesByCA operation.
public ListCertificatesByCAAsync ( ListCertificatesByCARequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListCertificatesByCARequest Container for the necessary parameters to execute the ListCertificatesByCA operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListCertificatesByCAResponse> ListCertificatesByCAAsync(ListCertificatesByCARequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListCertificatesByCARequestMarshaller();
            var unmarshaller = ListCertificatesByCAResponseUnmarshaller.Instance;

            return InvokeAsync<ListCertificatesByCARequest,ListCertificatesByCAResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient