Amazon.IoT.AmazonIoTClient.ListCACertificatesAsync C# (CSharp) Метод

ListCACertificatesAsync() публичный Метод

Initiates the asynchronous execution of the ListCACertificates operation.
public ListCACertificatesAsync ( ListCACertificatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListCACertificatesRequest Container for the necessary parameters to execute the ListCACertificates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListCACertificatesResponse> ListCACertificatesAsync(ListCACertificatesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListCACertificatesRequestMarshaller();
            var unmarshaller = ListCACertificatesResponseUnmarshaller.Instance;

            return InvokeAsync<ListCACertificatesRequest,ListCACertificatesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient