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

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

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

            return InvokeAsync<ListOutgoingCertificatesRequest,ListOutgoingCertificatesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient