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

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

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. ///
Результат 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