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

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

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

            return InvokeAsync<ListCertificatesRequest,ListCertificatesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonIoTClient::ListCertificatesAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonIoTClient